summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0a4959c9df3..53f2091ecd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = ganglia-web
options = !libtool
options = !strip
backup = usr/share/webapps/ganglia/conf_default.php
- source = http://downloads.sourceforge.net/ganglia/ganglia-web-3.7.4.tar.gz
+ source = ganglia-web-3.7.4.tar.gz::https://github.com/ganglia/ganglia-web/archive/3.7.4.tar.gz
source = ganglia-web.install
sha256sums = 18cac5fd232dbd18cce91a8b107cf0ec254f710797ff56017e0c8f9f7ea26825
sha256sums = b2d01098ffc3998143cbd4cc996f3ce572604b6c29f5c97e917f6de8986131da
diff --git a/PKGBUILD b/PKGBUILD
index 927f10f62f9a..5945f63244d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('ganglia')
options=('!libtool' '!strip')
backup=(usr/share/webapps/ganglia/conf_default.php)
install='ganglia-web.install'
-source=("http://downloads.sourceforge.net/ganglia/$pkgname-$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ganglia/ganglia-web/archive/$pkgver.tar.gz"
'ganglia-web.install')
sha256sums=('18cac5fd232dbd18cce91a8b107cf0ec254f710797ff56017e0c8f9f7ea26825'
'b2d01098ffc3998143cbd4cc996f3ce572604b6c29f5c97e917f6de8986131da')