summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnders Damsgaard2022-04-13 09:40:07 +0200
committerAnders Damsgaard2022-04-13 09:41:39 +0200
commit16528f2e8a0e10c10b4cd9a6f12818347f21924f (patch)
tree0cee2252702e1d60ad4dc8eeeefb5bb70fbd2a6c /PKGBUILD
parent6149859e2ebd3c372df9782ba280a750bc5c5fa3 (diff)
downloadaur-16528f2e8a0e10c10b4cd9a6f12818347f21924f.tar.gz
Update to version 0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bc65df791d4..2ece3a23e5c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anders Damsgaard <anders@adamsgaard.dk>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname='json2tsv'
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc='JSON to TSV converter'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -10,7 +10,7 @@ _url_source='https://codemadness.org/releases/json2tsv'
license=('ISC')
depends=('glibc')
source=("${_url_source}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ccc52e1963b4322ca56499ea62136fd75e2612b5fe833135675b7988fb4a7f37')
+sha256sums=('2a8186115693855f0aef422171e36ed509d2588707377583adb75d001524a9a9')
build() {
make -C "${pkgname}-${pkgver}"