From: Peter Korsgaard Date: Sun, 30 Jun 2013 13:28:31 +0000 (+0200) Subject: sane-backends: fix download URL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ad42a480126a4cc466940318c600548bf854e9d;p=buildroot.git sane-backends: fix download URL Fixes http://autobuild.buildroot.net/results/134/134d081dfb514d3bc20ef68f4ebec7d7e4bba8dc/ Signed-off-by: Peter Korsgaard --- diff --git a/package/sane-backends/sane-backends.mk b/package/sane-backends/sane-backends.mk index 96a6100cfd..3b7076e2ee 100644 --- a/package/sane-backends/sane-backends.mk +++ b/package/sane-backends/sane-backends.mk @@ -6,7 +6,7 @@ SANE_BACKENDS_VERSION = 1.0.22 SANE_BACKENDS_SOURCE = sane-backends-$(SANE_BACKENDS_VERSION).tar.gz -SANE_BACKENDS_SITE = https://alioth.debian.org/frs/download.php/3503 +SANE_BACKENDS_SITE = https://alioth.debian.org/frs/download.php/file/3503 SANE_BACKENDS_CONFIG_SCRIPTS = sane-config ifeq ($(BR2_PACKAGE_LIBUSB),y)