git » jq.git » commit c3838ae

Update url

author Letu Ren
2024-01-10 07:14:50 UTC
committer Letu Ren
2024-01-10 07:14:50 UTC
parent 1bb2c979c887e40c3114c75c6b6102cf69d3d808

Update url

The original url(https://stedolan.github.io/jq/) will be redirected to
the new one(https://jqlang.github.io/jq/).

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 89323c2..66f62f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = jq
 	pkgdesc = Command-line JSON processor
 	pkgver = 1.7.1
 	pkgrel = 1
-	url = https://stedolan.github.io/jq/
+	url = https://jqlang.github.io/jq/
 	changelog = ChangeLog
 	arch = x86_64
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 47ba685..4882fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.7.1
 pkgrel=1
 pkgdesc='Command-line JSON processor'
 arch=('x86_64')
-url='https://stedolan.github.io/jq/'
+url='https://jqlang.github.io/jq/'
 license=('MIT')
 depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python')