summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebendra Oli2023-10-16 07:54:53 +0545
committerDebendra Oli2023-10-16 07:54:53 +0545
commit37f2abfd7927e6a4bff963c79a3b0d1f7c4f8f3f (patch)
tree408dc7f8fea17d81dc562fcdb43ce89b1622bada
parenta5dc8bf84b99a194281988561e156602c90510ad (diff)
downloadaur-37f2abfd7927e6a4bff963c79a3b0d1f7c4f8f3f.tar.gz
upgrade: 0.12_beta
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa6da7c7a93..0add6f0e3258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = dive-cli-bin
pkgdesc = Deployable Infrastructure for Virtually Effortless blockchain integration
- pkgver = 0.0.11_beta
+ pkgver = 0.0.12_beta
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.0.11-beta.tar.gz::https://github.com/HugoByte/DIVE/releases/download/v0.0.11-beta/dive-cli_v0.0.11-beta_linux_amd64.tar.gz
+ source = dive-cli-bin-0.0.12-beta.tar.gz::https://github.com/HugoByte/DIVE/releases/download/v0.0.12-beta/dive-cli_v0.0.12-beta_linux_amd64.tar.gz
source = dive-cli-bin.install
- sha256sums = 8d10da09e1c194d9f4180ed20898e692dfb18aced7a2450d2743f5f4302e8652
+ sha256sums = b6ba52767fbaec9ae82e61869c105d5f42d21edf04062a1b5a64df2195d12c80
sha256sums = 4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48
pkgname = dive-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27ffd4a01bcc..6d570a223262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Debendra Oli <debendraoli@pm.me>
pkgname=dive-cli-bin
-pkgver=0.0.11_beta
+pkgver=0.0.12_beta
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=('8d10da09e1c194d9f4180ed20898e692dfb18aced7a2450d2743f5f4302e8652' '4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48')
+sha256sums=('b6ba52767fbaec9ae82e61869c105d5f42d21edf04062a1b5a64df2195d12c80' '4c06ab378065181b1d32dd213b12fdcc3d6a912704ff94ece7a949becdb97a48')
install="$pkgname.install"