[arch-commits] Commit in zlib/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Aug 6 06:28:00 UTC 2017


    Date: Sunday, August 6, 2017 @ 06:28:00
  Author: pierre
Revision: 301694

Use HTTPS urls

Modified:
  zlib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 23:35:26 UTC (rev 301693)
+++ PKGBUILD	2017-08-06 06:28:00 UTC (rev 301694)
@@ -8,10 +8,10 @@
 pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
-url="http://www.zlib.net/"
+url="https://www.zlib.net/"
 depends=('glibc')
 options=('staticlibs')  # needed by binutils testsuite
-source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
 md5sums=('1c9f62f0778697a09d36121ead88e08e'
          'SKIP')
 validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')



More information about the arch-commits mailing list