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

Jelle van der Waa jelle at archlinux.org
Mon May 4 11:54:54 UTC 2020


    Date: Monday, May 4, 2020 @ 11:54:54
  Author: jelle
Revision: 382217

Update source to https fixes FS#66409

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 10:10:49 UTC (rev 382216)
+++ PKGBUILD	2020-05-04 11:54:54 UTC (rev 382217)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('bash' 'boost-libs')
 makedepends=('ctags' 'boost')
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz")
+source=("https://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('d8e154e9a5d62c77807e4e5d36c0faed5ce2964291be5f8b83e2968a6de52229503689a4ca2109a717ae2632a14b63ec937ca0430c91684c72063f6bc0294195')
 
 build() {



More information about the arch-commits mailing list