summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiregem2023-01-12 18:49:34 -0500
committerFiregem2023-01-12 18:49:34 -0500
commit951de741b6d423082bc6dab249623d39802b4bed (patch)
tree5a723082a185a298d89ca6ca2c5ebe43d3286293
parent5acf1075fedaee0874254f4e8d6aa7256b97b67d (diff)
downloadaur-951de741b6d423082bc6dab249623d39802b4bed.tar.gz
upgpkg: dasel-bin 2.1.0-1
upstream release dasel v2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc75f5ebaed..0ba040048c38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dasel-bin
pkgdesc = Query and update data structures from the command line.
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
- source = https://github.com/TomWright/dasel/releases/download/v2.0.2/dasel_linux_amd64.gz
- source = https://github.com/TomWright/dasel/archive/refs/tags/v2.0.2.tar.gz
- sha256sums = d07be8c4f28819eec04185ae4fbc1cc9304c88d53d01bb2b5202cc0b811657b2
- sha256sums = cdb209c838b0f24520f35997c2856efbbdf695c314bc43ddcc3dc5180e8b812b
+ source = https://github.com/TomWright/dasel/releases/download/v2.1.0/dasel_linux_amd64.gz
+ source = https://github.com/TomWright/dasel/archive/refs/tags/v2.1.0.tar.gz
+ sha256sums = bfd49d6d83bd7f49d4343b9afd6c4e494d45a87c4cebc3c67952b167f9d9aa98
+ sha256sums = 597d5ab3118eb5bd41859a9b134ebaf18855bba3b20f399c7202a2f132563662
pkgname = dasel-bin
diff --git a/PKGBUILD b/PKGBUILD
index ebc4f754277f..d4f35c47e1fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Firegem <mrfiregem [at] protonmail [dot] ch>
pkgname=dasel-bin
_pkgname=${pkgname%-bin}
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc="Query and update data structures from the command line."
arch=('x86_64')
@@ -11,8 +11,8 @@ source=(
"https://github.com/TomWright/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_linux_amd64.gz"
"https://github.com/TomWright/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('d07be8c4f28819eec04185ae4fbc1cc9304c88d53d01bb2b5202cc0b811657b2'
- 'cdb209c838b0f24520f35997c2856efbbdf695c314bc43ddcc3dc5180e8b812b')
+sha256sums=('bfd49d6d83bd7f49d4343b9afd6c4e494d45a87c4cebc3c67952b167f9d9aa98'
+ '597d5ab3118eb5bd41859a9b134ebaf18855bba3b20f399c7202a2f132563662')
package() {
cd "$srcdir"