summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Dietrich2021-12-19 13:25:33 -0500
committerGeorge Dietrich2021-12-19 13:25:33 -0500
commit2e0fecefe12f430ee0b56fee1cc7996fc82a0bd6 (patch)
tree00bd2590fd02fdc1413b97594452bf7dbf1f5e86
parenta535b7bbdc3721b90c8525f475291d38810d885e (diff)
downloadaur-2e0fecefe12f430ee0b56fee1cc7996fc82a0bd6.tar.gz
oq 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8083e4cb2ded..bf0474c4c25e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oq
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.
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/blacksmoke16/oq
arch = i686
@@ -16,7 +16,7 @@ pkgbase = oq
depends = libevent
depends = gc
depends = pcre
- source = oq-1.3.0::https://github.com/blacksmoke16/oq/archive/v1.3.0.tar.gz
- sha256sums = 5bfb23b0c527f45eacd40485779c708b1a05dd36015b50b84df29c2ac3f6cdac
+ source = oq-1.3.1::https://github.com/blacksmoke16/oq/archive/v1.3.1.tar.gz
+ sha256sums = a926c362a1c1aa3c50b5871b93a387f59166053f3ab611a373a9e9e44300be7f
pkgname = oq
diff --git a/PKGBUILD b/PKGBUILD
index fc4d11bb35a4..a17e6c131a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: George Dietrich <george@dietrich.app>
pkgname=oq
-pkgver=1.3.0
+pkgver=1.3.1
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=('5bfb23b0c527f45eacd40485779c708b1a05dd36015b50b84df29c2ac3f6cdac')
+sha256sums=('a926c362a1c1aa3c50b5871b93a387f59166053f3ab611a373a9e9e44300be7f')
build() {
cd "$pkgname-$pkgver"