summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Deutz2023-01-09 09:03:24 -0500
committerLukas Deutz2023-01-09 09:03:24 -0500
commit600f66f33ec73f922c6ad98502c338dd70969f41 (patch)
treeed0bb605c9c1d0b81dc5ba87f042fe292717909c
parente501458bb0593420e288d7c0460dde833b735ef7 (diff)
downloadaur-jqp-bin.tar.gz
Update to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6963abd900fa..03de13f6e0b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jqp-bin
pkgdesc = A TUI playground to experiment with jq
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/noahgorstein/jqp
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = jqp-bin
depends = tar
conflicts = jqp
options = !strip
- source = jqp-0.3.0.tar.gz::https://github.com/noahgorstein/jqp/releases/download/v0.3.0/jqp_0.3.0_Linux_x86_64.tar.gz
- sha256sums = 9ce831b694d2ecb186259aa331aa4db97a88a5f4ea14d15910472b9d167f068a
+ source = jqp-0.4.0.tar.gz::https://github.com/noahgorstein/jqp/releases/download/v0.4.0/jqp_0.4.0_Linux_x86_64.tar.gz
+ sha256sums = 8736e220b34f0b7f71c0648752897eca383c08e6f84d426c6c426d8f79fa2231
pkgname = jqp-bin
diff --git a/PKGBUILD b/PKGBUILD
index c830be57879c..61c7162eb324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Deutz <aur at deutz dot io>
pkgname=jqp-bin
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="A TUI playground to experiment with jq"
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=('jqp')
depends=('tar')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/jqp_${pkgver}_Linux_${arch[0]}.tar.gz")
-sha256sums=('9ce831b694d2ecb186259aa331aa4db97a88a5f4ea14d15910472b9d167f068a')
+sha256sums=('8736e220b34f0b7f71c0648752897eca383c08e6f84d426c6c426d8f79fa2231')
_bin='jqp'