mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/jq: upgrade to 1.5
This commit is contained in:
parent
cb267f5e45
commit
d3500d40ee
@ -1,7 +1,7 @@
|
||||
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
|
||||
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
|
||||
pkgname=jq
|
||||
pkgver=1.4
|
||||
pkgver=1.5
|
||||
pkgrel=0
|
||||
pkgdesc="A lightweight and flexible command-line JSON processor"
|
||||
url="http://stedolan.github.io/jq/"
|
||||
@ -12,7 +12,7 @@ depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz"
|
||||
source="https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
_builddir="${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
@ -28,6 +28,6 @@ package() {
|
||||
rm -f "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="e3c75a4f805bb5342c9f4b3603fb248f jq-1.4.tar.gz"
|
||||
sha256sums="998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d jq-1.4.tar.gz"
|
||||
sha512sums="02e601b713a3249bcfe5373153dff38a63bf504895181ca3f691dbf033b407373a9c5880001bbd1954123cdf89f4fe75e2a5168e7a7cf13b3f7355dc18f92458 jq-1.4.tar.gz"
|
||||
md5sums="0933532b086bd8b6a41c1b162b1731f9 jq-1.5.tar.gz"
|
||||
sha256sums="c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c jq-1.5.tar.gz"
|
||||
sha512sums="4a0bb069ae875f47731d7d84ae6b82240703dc7a694cfb0aee4c7e9639defe7ba9af575d17dc32bda4426b80c186cc8dcd4505f3a6bcbe16b39e9b13097da238 jq-1.5.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user