summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422021-01-12 01:13:34 +0000
committerAlkindi422021-01-12 01:13:34 +0000
commit084cfb7e0b97108003a0e4a4bb730b6192484632 (patch)
tree4ca9617f3da3b2ad28a49555c94b37c08e341505
parent1b5ae27bc3b8f242c730ad73467c21b40835f15d (diff)
downloadaur-084cfb7e0b97108003a0e4a4bb730b6192484632.tar.gz
build: upgrade v1.11.0 to v1.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dde7d9ed2937..c59d381bf7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.11.0
+ pkgver = 1.12.2
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = dasel-1.11.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.11.0.tar.gz
- sha256sums = e8397ab74a88fa07f88a71876633cbe4ed64d0a5962a7b682ab2fd4dd751cb35
+ source = dasel-1.12.2.tar.gz::https://github.com/TomWright/dasel/archive/v1.12.2.tar.gz
+ sha256sums = e0f6f9e43265ee385d8bea08c662e7d985fdc8169fd88589c27e6019e6c37a31
pkgname = dasel
diff --git a/PKGBUILD b/PKGBUILD
index 0a20d34df3fc..db8949ff6426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.11.0
+pkgver=1.12.2
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=('e8397ab74a88fa07f88a71876633cbe4ed64d0a5962a7b682ab2fd4dd751cb35')
+sha256sums=('e0f6f9e43265ee385d8bea08c662e7d985fdc8169fd88589c27e6019e6c37a31')
build() {
cd "$pkgname-$pkgver"