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

Evgeniy Alekseev arcanis at archlinux.org
Wed Mar 20 12:48:14 UTC 2019


    Date: Wednesday, March 20, 2019 @ 12:48:13
  Author: arcanis
Revision: 442955

use https instead of http in url

Modified:
  jq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 12:45:37 UTC (rev 442954)
+++ PKGBUILD	2019-03-20 12:48:13 UTC (rev 442955)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc='Command-line JSON processor'
 arch=('x86_64')
-url='http://stedolan.github.io/jq/'
+url='https://stedolan.github.io/jq/'
 license=('MIT')
 depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')



More information about the arch-commits mailing list