summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Dietrich2021-08-18 00:13:29 -0400
committerGeorge Dietrich2021-08-18 00:13:29 -0400
commita535b7bbdc3721b90c8525f475291d38810d885e (patch)
tree4eff3057bdc9dd14860c45880883a230c22cdd2e
parent46917da128899d547d21e1c2948024874c92ae73 (diff)
downloadaur-a535b7bbdc3721b90c8525f475291d38810d885e.tar.gz
oq 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f6aed6f34b1..8083e4cb2ded 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.2.1
+ pkgver = 1.3.0
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.2.1::https://github.com/blacksmoke16/oq/archive/v1.2.1.tar.gz
- sha256sums = dc71c2662aa67a74add7331b5275dbce2c52adcab88767d356bcdd96f4e73b46
+ source = oq-1.3.0::https://github.com/blacksmoke16/oq/archive/v1.3.0.tar.gz
+ sha256sums = 5bfb23b0c527f45eacd40485779c708b1a05dd36015b50b84df29c2ac3f6cdac
pkgname = oq
diff --git a/PKGBUILD b/PKGBUILD
index 66f23ce8548e..fc4d11bb35a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: George Dietrich <george@dietrich.app>
pkgname=oq
-pkgver=1.2.1
+pkgver=1.3.0
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=('dc71c2662aa67a74add7331b5275dbce2c52adcab88767d356bcdd96f4e73b46')
+sha256sums=('5bfb23b0c527f45eacd40485779c708b1a05dd36015b50b84df29c2ac3f6cdac')
build() {
cd "$pkgname-$pkgver"