summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2023-09-07 03:25:06 +0200
committerAndy Postnikov <apostnikov@gmail.com>2023-09-07 03:25:06 +0200
commit206c19deaa71b22c3f63b9ee0b8c7709bdd44f2f (patch)
tree230be40ea727a6c0f40841727215b80b6dd27d3f
parent1b5c8550d251e488d1a8821a748d950639a46eb0 (diff)
downloadaports-206c19deaa71b22c3f63b9ee0b8c7709bdd44f2f.zip
main/jq: upgrade to 1.7
-rw-r--r--main/jq/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/jq/APKBUILD b/main/jq/APKBUILD
index d464c2d37fd..5c7e400d9fc 100644
--- a/main/jq/APKBUILD
+++ b/main/jq/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=jq
-pkgver=1.6
-pkgrel=3
+pkgver=1.7
+pkgrel=0
pkgdesc="A lightweight and flexible command-line JSON processor"
-url="https://stedolan.github.io/jq/"
+url="https://jqlang.github.io/jq/"
arch="all"
license="MIT"
makedepends="oniguruma-dev automake autoconf libtool"
subpackages="$pkgname-doc $pkgname-dev"
-source="https://github.com/stedolan/jq/archive/jq-$pkgver.tar.gz"
+source="https://github.com/jqlang/jq/archive/refs/tags/jq-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
# secfixes:
@@ -41,4 +41,6 @@ package() {
make DESTDIR="$pkgdir" prefix=/usr install
}
-sha512sums="e707682239c9a3e6c31c2ce0d433c35140d88881d25637cefa880e0ae288b7746497b73b25403ad11134707c755979bee455523fb32b77a716f101f1e07a1149 jq-1.6.tar.gz"
+sha512sums="
+01676319fe98d5ab1e278430b2c58ec594191cc9485a20312d658c0e199ac7ea5f5e934817ce98da0864ec7e0a018aae9b87525260e8ab6a7bde918db483bd84 jq-1.7.tar.gz
+"