summaryrefslogtreecommitdiffstats
path: root/src/vigra.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-16 03:47:33 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-16 03:48:10 (GMT)
commit96a30e686e8c873a0fadda206a70dd495623a896 (patch)
tree677d519dde2c79b01a8dd8f1d922f0c2c886b480 /src/vigra.mk
parent5cb1270f8cfe9beb6aa47fbf656cc40fee01af82 (diff)
downloadmxe-96a30e686e8c873a0fadda206a70dd495623a896.zip
mxe-96a30e686e8c873a0fadda206a70dd495623a896.tar.gz
mxe-96a30e686e8c873a0fadda206a70dd495623a896.tar.bz2
vigra: Fix download URL
Fixes remaining part of #532. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/vigra.mk')
-rw-r--r--src/vigra.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vigra.mk b/src/vigra.mk
index c3b7b84..0bd8976 100644
--- a/src/vigra.mk
+++ b/src/vigra.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 1.9.0
$(PKG)_CHECKSUM := 6e4981f4ce75932ec62df6523f577c327f885ba0
$(PKG)_SUBDIR := vigra-$(word 1,$(subst -, ,$($(PKG)_VERSION)))
$(PKG)_FILE := vigra-$($(PKG)_VERSION)-src.tar.gz
-$(PKG)_URL := http://hci.iwr.uni-heidelberg.de/vigra/$($(PKG)_FILE)
+$(PKG)_URL := http://hci.iwr.uni-heidelberg.de/vigra-old-versions/$($(PKG)_FILE)
$(PKG)_DEPS := gcc jpeg tiff libpng openexr
define $(PKG)_UPDATE