summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDebendra Oli2024-03-29 13:42:14 +0545
committerDebendra Oli2024-03-29 16:24:53 +0545
commit9585b2f4816de5a748e2acceb635757ceeb72969 (patch)
treebc2b60a815731af0546e57d4b9ffd5706b538d27 /PKGBUILD
parentbb2786ad1277b26e76daad13206aacd4bfeb6d31 (diff)
downloadaur-dive-cli-bin.tar.gz
upgrade: 0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 232b9b567601..3ccab2a6712a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Debendra Oli <debendraoli@pm.me>
pkgname=dive-cli-bin
-pkgver=0.1.0
+pkgver=0.1.2
pkgrel=1
pkgdesc="Deployable Infrastructure for Virtually Effortless blockchain integration"
arch=('x86_64')
@@ -9,7 +9,7 @@ depends=('docker')
url="https://github.com/HugoByte/DIVE"
license=('Apache-2.0 License')
source=("$pkgname-${pkgver//_/-}.tar.gz::${url}/releases/download/v${pkgver//_/-}/dive-cli_v${pkgver//_/-}_linux_amd64.tar.gz" "$pkgname.install")
-sha256sums=('58c8dd9423b6ec70bfafe19215a3197d8b8d0b0da0a6024e27ea4eb41caa7ca4' '4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48')
+sha256sums=('259343c8fa2f4167e5791445b52d08ca8f79aa7ca56da942be7fe47fad1f2f27' '4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48')
install="$pkgname.install"