summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422020-11-18 03:00:31 +0000
committerAlkindi422020-11-18 03:00:31 +0000
commitf99988f268d793f90170cd314a75bdd21e76b76f (patch)
treeac83ead75f48ba0a0acd9662ae474fc88028c75d
parentf670f801ca96a04a205c82524cc8d67f45935beb (diff)
downloadaur-f99988f268d793f90170cd314a75bdd21e76b76f.tar.gz
build: upgrade v1.6.0 to v1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e9de446d415..2d2c3b2d0d98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = dasel-1.6.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.6.0.tar.gz
- sha256sums = a71eea4314f0ebc71626e8be43008bb311eca81440ca560a3eb968a0c9658d69
+ source = dasel-1.6.1.tar.gz::https://github.com/TomWright/dasel/archive/v1.6.1.tar.gz
+ sha256sums = ceabdd4c7655b51c247efab9446171d7f552d19ac06ac9985bb16a41d9bb2a80
pkgname = dasel
diff --git a/PKGBUILD b/PKGBUILD
index 0a297b099a5d..8d49d0db3a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.6.0
+pkgver=1.6.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=('a71eea4314f0ebc71626e8be43008bb311eca81440ca560a3eb968a0c9658d69')
+sha256sums=('ceabdd4c7655b51c247efab9446171d7f552d19ac06ac9985bb16a41d9bb2a80')
build() {
cd "$pkgname-$pkgver"