summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422021-05-06 19:04:45 +0200
committerAlkindi422021-05-06 19:04:45 +0200
commit7617f4a4cfe33481e4586108be14daa23d69ff2a (patch)
tree02083183aa0cf56e690f89170f179e8d4e4c363e
parentf3d76e54f74d64698d72a1c9884db545268b97f7 (diff)
downloadaur-7617f4a4cfe33481e4586108be14daa23d69ff2a.tar.gz
build: upgrade v1.14.1 to v1.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4333b5eca41a..e3db779cdb38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.14.1
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = dasel-1.14.1.tar.gz::https://github.com/TomWright/dasel/archive/v1.14.1.tar.gz
- sha256sums = 68e60eff0f225e774577e3ca99b2393c0f4291052bfe8abcf316c0294bc4cc37
+ source = dasel-1.15.0.tar.gz::https://github.com/TomWright/dasel/archive/v1.15.0.tar.gz
+ sha256sums = 278a0f92bf76bb2fe0a423aeeb105dbfb7e014d6611ecf882c93a058ed134756
pkgname = dasel
diff --git a/PKGBUILD b/PKGBUILD
index 4f46978d579c..00edf935da53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.14.1
+pkgver=1.15.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=('68e60eff0f225e774577e3ca99b2393c0f4291052bfe8abcf316c0294bc4cc37')
+sha256sums=('278a0f92bf76bb2fe0a423aeeb105dbfb7e014d6611ecf882c93a058ed134756')
build() {
cd "$pkgname-$pkgver"