diff options
-rw-r--r-- | plugins/apps/keepassx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/apps/keepassx.mk b/plugins/apps/keepassx.mk index 2a9ad9c..0142915 100644 --- a/plugins/apps/keepassx.mk +++ b/plugins/apps/keepassx.mk @@ -6,7 +6,7 @@ $(PKG)_VERSION := 0.4.3 $(PKG)_CHECKSUM := cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := https://www.keepassx.org/releases/$($(PKG)_FILE) +$(PKG)_URL := https://www.keepassx.org/releases/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_WEBSITE := https://www.keepassx.org $(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := gcc qt |