summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurSonzogni2022-02-05 15:00:17 +0100
committerArthurSonzogni2022-02-05 15:00:17 +0100
commit41a54ff7a3ad79f294c4f7c249f4a8105bbf098c (patch)
tree0ff0c2bd1b163c9677c7cf1fe7d2e67eee69f9b4
parentc3d4f655d4ac5540c3edb4507c0c7dd17d12d16a (diff)
downloadaur-json-tui-bin.tar.gz
v1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8472c766069b..47e6d6fe6727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = json-tui-bin
pkgdesc = A JSON terminal UI made in C++
- pkgver = 1.1.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/ArthurSonzogni/json-tui
arch = x86_64
license = MIT
provides = json-tui
conflicts = json-tui
- source = https://github.com/ArthurSonzogni/json-tui/releases/download/v1.1.1/json-tui-1.1.1-Linux.tar.gz
- sha256sums = 544aec75b412eb9cf22c5d93497c2f8877d3dbc5cc79a55dd836a5fd6f1d0ca1
+ source = https://github.com/ArthurSonzogni/json-tui/releases/download/v1.3.0/json-tui-1.1.1-Linux.tar.gz
+ sha256sums = 43b76c17b1577a6ff55261d2b90ad1d9b6e09d0b3e76d63be87ef80b1ca77262
pkgname = json-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1bbfbfdde8f..e28578a0d4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: arthursonzogni <sonzogniarthur@gmail.com>
pkgname=json-tui-bin
-pkgver=1.1.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="A JSON terminal UI made in C++"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
provides=("json-tui")
conflicts=("json-tui")
source=("https://github.com/ArthurSonzogni/json-tui/releases/download/v${pkgver}/json-tui-${pkgver}-Linux.tar.gz")
-sha256sums=('544aec75b412eb9cf22c5d93497c2f8877d3dbc5cc79a55dd836a5fd6f1d0ca1')
+sha256sums=('43b76c17b1577a6ff55261d2b90ad1d9b6e09d0b3e76d63be87ef80b1ca77262')
package() {
install -Dm755 json-tui-${pkgver}-Linux/bin/json-tui -t "$pkgdir/usr/bin"