git » sysfsutils.git » commit 79024db

https

author Antonio Rojas
2019-04-12 18:43:16 UTC
committer Antonio Rojas
2019-04-12 18:43:16 UTC
parent cc20444a0b54cfd67542eca4e4dfc96ab320da20

https

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index fd07c55..9686859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL' 'LGPL')
 url="http://linux-diag.sourceforge.net/Sysfsutils.html"
 groups=('base')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('485902d98b41a69343cb037883d0c0a1de8a1a4aed657cd4528fe10bc845ac51629657dff01deef042e57c9bd9243095e23fc931d06d74db31b03c5f0a18cf07')
 
 build() {