summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422021-08-06 22:38:45 +0200
committerAlkindi422021-08-06 22:38:45 +0200
commit45c03e5e451c6ae1e57af5d29a4fa48e414e8bbb (patch)
treefbe5d7e3d546e17c2b760ce256bc013a5c037923
parent7617f4a4cfe33481e4586108be14daa23d69ff2a (diff)
downloadaur-45c03e5e451c6ae1e57af5d29a4fa48e414e8bbb.tar.gz
build: upgrade v1.15.0 to v1.16.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3db779cdb38..38bb045e04a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.15.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = dasel-1.15.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.15.0.tar.gz
- sha256sums = 278a0f92bf76bb2fe0a423aeeb105dbfb7e014d6611ecf882c93a058ed134756
+ source = dasel-1.16.1.tar.gz::https://github.com/TomWright/dasel/archive/v1.16.1.tar.gz
+ sha256sums = 5c70d4aaa087031b158c59c9c17bad0a96caad387e0117e5040b6fd9b15b582c
pkgname = dasel
-
diff --git a/PKGBUILD b/PKGBUILD
index 00edf935da53..d0a43e71346c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.15.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="Query and update data structures from the command line."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/TomWright/dasel"
license=('MIT')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TomWright/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('278a0f92bf76bb2fe0a423aeeb105dbfb7e014d6611ecf882c93a058ed134756')
+sha256sums=('5c70d4aaa087031b158c59c9c17bad0a96caad387e0117e5040b6fd9b15b582c')
build() {
cd "$pkgname-$pkgver"