vigra: Fix download URL

Fixes remaining part of #532.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/453/merge
Timothy Gu 10 years ago
parent 5cb1270f8c
commit 96a30e686e

@ -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

Loading…
Cancel
Save