summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17e6c131a48..1205fc621fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: George Dietrich <george@dietrich.app>
pkgname=oq
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc='A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('jq' 'libyaml' 'libxml2' 'libevent' 'gc' 'pcre')
makedepends=('crystal' 'shards')
checkdepends=('jq' 'crystal')
source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a926c362a1c1aa3c50b5871b93a387f59166053f3ab611a373a9e9e44300be7f')
+sha256sums=('5216b16a874e7c0e74d4e735c593c1d353061f91fac4e455f6af7975c6c22bc3')
build() {
cd "$pkgname-$pkgver"