summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlkindi422020-11-09 22:01:39 +0100
committerSamir DAHAN2020-11-09 22:02:05 +0100
commitdbc347a138173ebc06ecc7d3118e7509e1917781 (patch)
tree7fc592fc5ac0e3f9d14f22a6d4d93ef8691ee577
parent7966e87f8cf0c0f11e36465c119298103cd59743 (diff)
downloadaur-dbc347a138173ebc06ecc7d3118e7509e1917781.tar.gz
feat(dasel): upgrade 1.2.0 to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e91e6b4518..04cc98409d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dasel
pkgdesc = Query and update data structures from the command line.
- pkgver = 1.2.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = https://github.com/TomWright/dasel/archive/v1.2.0.tar.gz
- sha256sums = b6bcf1045f976ecd95af5c8245c59644940b7f73bca0e84f3c228ae0d977346c
+ source = https://github.com/TomWright/dasel/archive/v1.4.0.tar.gz
+ sha256sums = 5da9e38839f7dd1c578cdc5ad786aa20c0c006d07292ddd15daef9f6f3831c70
pkgname = dasel
diff --git a/PKGBUILD b/PKGBUILD
index c3039f52d4fa..c7f08fe5ef86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alkindi42
pkgname=dasel
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Query and update data structures from the command line."
arch=('x86_64')
url="https://github.com/TomWright/dasel"
license=('MIT')
makedepends=('go' 'git')
-source=("https://github.com/TomWright/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('b6bcf1045f976ecd95af5c8245c59644940b7f73bca0e84f3c228ae0d977346c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TomWright/$pkgname/archive/v${pkgver}.tar.gz")
+sha256sums=('5da9e38839f7dd1c578cdc5ad786aa20c0c006d07292ddd15daef9f6f3831c70')
build() {
cd "$pkgname-$pkgver"