summaryrefslogtreecommitdiffstats
path: root/package/cups
diff options
context:
space:
mode:
authorJelle Sels <jellesels@gmail.com>2013-06-11 20:39:40 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-12 23:13:28 +0200
commitca0b3486e1e0ab96e73a29c53bfb326e92151333 (patch)
treeeb94376dc2a3e803a8538ca9e7042f632e4ccd24 /package/cups
parent15ceab14b4967711119587f0e7c3b324ce11fea8 (diff)
downloadbuildroot-novena-ca0b3486e1e0ab96e73a29c53bfb326e92151333.tar.gz
buildroot-novena-ca0b3486e1e0ab96e73a29c53bfb326e92151333.zip
cups: fix upstream URL
Signed-off-by: Jelle Sels <jellesels@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cups')
-rw-r--r--package/cups/cups.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cups/cups.mk b/package/cups/cups.mk
index f8ace71f9..9b8d7c5d1 100644
--- a/package/cups/cups.mk
+++ b/package/cups/cups.mk
@@ -6,7 +6,7 @@
CUPS_VERSION = 1.3.11
CUPS_SOURCE = cups-$(CUPS_VERSION)-source.tar.bz2
-CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
+CUPS_SITE = http://www.cups.org/software/$(CUPS_VERSION)
CUPS_INSTALL_STAGING = YES
CUPS_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) DSTROOT=$(STAGING_DIR) install
CUPS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) DSTROOT=$(TARGET_DIR) install