git » jq.git » commit 4b5551c

upgpkg: 1.7-1: new upstream release

author Leonidas Spyropoulos
2023-09-07 08:10:42 UTC
committer Leonidas Spyropoulos
2023-09-07 08:10:42 UTC
parent 566bc87638b4285e91ebc3eff19ff1d300992df5

upgpkg: 1.7-1: new upstream release

Moved source URL according to release notes

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index e24e463..a22885b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
 # Contributor: Kars Wang <jaklsy at gmail dot com>
 
 pkgname=jq
-pkgver=1.6
-pkgrel=4
+pkgver=1.7
+pkgrel=1
 pkgdesc='Command-line JSON processor'
 arch=('x86_64')
 url='https://stedolan.github.io/jq/'
 license=('MIT')
 depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python')
-source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("https://github.com/jqlang/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
 changelog=ChangeLog
-sha512sums=('5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480')
+sha512sums=('4f8a6b0401e6c881dcb97d948fe38871062599a43fff667ede21cf185ec9de33e61878f0a6ea12786d0a632eea592ea0ff860520ba02dbb32f2fa2d2b5db7a0a')
 
 build() {
     cd "${pkgname}-${pkgver}"