summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422021-08-30 18:12:33 +0200
committerAlkindi422021-08-30 18:12:33 +0200
commit9228d14079f884f92880061173a179ad71378183 (patch)
treefa37d2cd93194f7ba0ec17bd1c48b780bbd28b5a
parent455480a6b1b841e7f82229533e9828b9c667ab0c (diff)
downloadaur-9228d14079f884f92880061173a179ad71378183.tar.gz
build: upgrade v1.19.0 to v1.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68eab24afae0..475e9663ea9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.19.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = dasel-1.19.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.19.0.tar.gz
- sha256sums = 72da68e7aa94af954eb683c81bbc6031c4b173764f4c087ed4230909c545501d
+ source = dasel-1.20.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.20.0.tar.gz
+ sha256sums = be5879daa5e06d693d133cb56e0d9255947ca00e50fa6cc9b05a9c63c9ed93bc
pkgname = dasel
diff --git a/PKGBUILD b/PKGBUILD
index f8b7488c3b2b..c21193506f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.19.0
+pkgver=1.20.0
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=('72da68e7aa94af954eb683c81bbc6031c4b173764f4c087ed4230909c545501d')
+sha256sums=('be5879daa5e06d693d133cb56e0d9255947ca00e50fa6cc9b05a9c63c9ed93bc')
build() {
cd "$pkgname-$pkgver"