summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnders Damsgaard2024-03-28 13:34:41 +0100
committerAnders Damsgaard2024-03-28 13:34:41 +0100
commit0c40eb7f3312d7a0c152fe0775af84ceaa526509 (patch)
treee5e4fd52354c10907e0c16ff5eff5627b23cde0a /PKGBUILD
parent4dbb7ac4f461dab1cda4d9ea5653efd6c91505ec (diff)
downloadaur-0c40eb7f3312d7a0c152fe0775af84ceaa526509.tar.gz
Update to version 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 365069fef322..5fc85b4fe965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anders Damsgaard <anders@adamsgaard.dk>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname='json2tsv'
-pkgver=1.0
+pkgver=1.1
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=('sh' 'awk')
source=("${_url_source}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('04e6a60d6b33603a8a19d28e94038b63b17d49c65a0495cd761cf7f22616de9b')
+sha256sums=('eebe7e6286558af0aa0db7c552a4c1ff1e350eb662ec665155c2611990a9c34a')
build() {
make -C "${pkgname}-${pkgver}"