diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-09-09 21:10:55 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-09-09 21:10:55 (GMT) |
commit | 54a3183fc61b763db8df6dbe8c94df43c8299546 (patch) | |
tree | 43e6267db3d7e77ad6068dece92ed2b9b2dbb859 /plugins/apps | |
parent | 2f7bdd279733f9a37cfc66fefd36e330c10c38f9 (diff) | |
download | mxe-54a3183fc61b763db8df6dbe8c94df43c8299546.zip mxe-54a3183fc61b763db8df6dbe8c94df43c8299546.tar.gz mxe-54a3183fc61b763db8df6dbe8c94df43c8299546.tar.bz2 |
keepassx: update download URL
see https://github.com/mxe/mxe/issues/1519
Diffstat (limited to 'plugins/apps')
-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 |