summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebendra Oli2024-03-29 13:42:14 +0545
committerDebendra Oli2024-03-29 16:24:53 +0545
commit9585b2f4816de5a748e2acceb635757ceeb72969 (patch)
treebc2b60a815731af0546e57d4b9ffd5706b538d27
parentbb2786ad1277b26e76daad13206aacd4bfeb6d31 (diff)
downloadaur-dive-cli-bin.tar.gz
upgrade: 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db740532becb..c26cbe6f9482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = dive-cli-bin
pkgdesc = Deployable Infrastructure for Virtually Effortless blockchain integration
- pkgver = 0.1.0
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/HugoByte/DIVE
install = dive-cli-bin.install
arch = x86_64
license = Apache-2.0 License
depends = docker
- source = dive-cli-bin-0.1.0.tar.gz::https://github.com/HugoByte/DIVE/releases/download/v0.1.0/dive-cli_v0.1.0_linux_amd64.tar.gz
+ source = dive-cli-bin-0.1.2.tar.gz::https://github.com/HugoByte/DIVE/releases/download/v0.1.2/dive-cli_v0.1.2_linux_amd64.tar.gz
source = dive-cli-bin.install
- sha256sums = 58c8dd9423b6ec70bfafe19215a3197d8b8d0b0da0a6024e27ea4eb41caa7ca4
+ sha256sums = 259343c8fa2f4167e5791445b52d08ca8f79aa7ca56da942be7fe47fad1f2f27
sha256sums = 4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48
pkgname = dive-cli-bin
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"