git » gputils.git » commit 019bc50

https

author Antonio Rojas
2019-04-22 20:55:20 UTC
committer Antonio Rojas
2019-04-22 20:55:20 UTC
parent 46ff8a615e68a49cb20d4a441606529fa777c096

https

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 00f5450..1177b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
 url="http://gputils.sourceforge.net/"
 license=('GPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz")
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz")
 md5sums=('60d4da7cd026a4e611120ed51b6da35c')
 
 build() {