Skip to content

Commit

Permalink
Merge pull request msys2#19393 from lazka/jq-1.7.1
Browse files Browse the repository at this point in the history
jq: Update to 1.7.1
  • Loading branch information
lazka authored Dec 17, 2023
2 parents 4728ffb + 963adec commit fa394c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-jq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
_realname=jq
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.7
pkgver=1.7.1
pkgrel=1
pkgdesc="Command-line JSON processor (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://jqlang.github.io/jq/'
msys2_repository_url="https://github.com/jqlang/jq"
license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-oniguruma"
"${MINGW_PACKAGE_PREFIX}-libwinpthread")
source=("https://github.com/jqlang/${_realname}/releases/download/${_realname}-${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('402a0d6975d946e6f4e484d1a84320414a0ff8eb6cf49d2c11d144d4d344db62')
sha256sums=('478c9ca129fd2e3443fe27314b455e211e0d8c60bc8ff7df703873deeee580c2')

prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
Expand Down

0 comments on commit fa394c4

Please sign in to comment.