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

Pierre Schmitz pierre at archlinux.org
Sun Aug 6 06:32:01 UTC 2017


    Date: Sunday, August 6, 2017 @ 06:32:00
  Author: pierre
Revision: 301696

Use HTTPS urls

Modified:
  fetchmail/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-06 06:30:10 UTC (rev 301695)
+++ PKGBUILD	2017-08-06 06:32:00 UTC (rev 301696)
@@ -12,8 +12,7 @@
 optdepends=('tk: for using fetchmailconf'
             'python2: for using fetchmailconf')
 options=('!makeflags')
-source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz"
-        "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc"
+source=("https://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz"{,.asc}
         'disable-sslv3.patch' 'fetchmail.tmpfiles' 'fetchmail.sysusers' 'fetchmail.service')
 sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
           'SKIP'



More information about the arch-commits mailing list