summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-03-12 00:02:02 +0000
committerrnbguy2024-03-12 00:02:02 +0000
commitcd80d5221da4f551b42ed624732a2af08fc62e0e (patch)
tree87f9c1c07c7f2786d533a48dff59956f6dbe8aa6
parentaa4832cb12c77cb92d11da5fe5962d009fba9d4a (diff)
downloadaur-cd80d5221da4f551b42ed624732a2af08fc62e0e.tar.gz
0.32.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2695df5ac5..0ac0417b8784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = akash-bin
pkgdesc = A secure, transparent, and peer-to-peer cloud computing network
- pkgver = 0.30.3
+ pkgver = 0.32.0
pkgrel = 1
url = https://github.com/akash-network/node
arch = x86_64
license = Apache
provides = akash
conflicts = akash
- source = https://raw.githubusercontent.com/akash-network/node/v0.30.3/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.32.0/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.30.3/akash_0.30.3_linux_amd64.zip
- sha256sums_x86_64 = f915af3569295873a3dcf691d56b8274e7fd14e905865bb49ebf130ee2e8fdd3
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.32.0/akash_0.32.0_linux_amd64.zip
+ sha256sums_x86_64 = 898bbeb3b879a9c3c427f8cb7e2407e133d0b893d1ab79239184bf2e97d4ca66
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index be68153840de..e547ffd3147c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.30.3
+pkgver=0.32.0
pkgrel=1
pkgdesc="A secure, transparent, and peer-to-peer cloud computing network"
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=(${_pkgname})
source=("https://raw.githubusercontent.com/${_orgname}/${_reponame}/v${pkgver}/LICENSE")
source_x86_64=("https://github.com/${_orgname}/${_reponame}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip")
sha256sums=('f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd')
-sha256sums_x86_64=('f915af3569295873a3dcf691d56b8274e7fd14e905865bb49ebf130ee2e8fdd3')
+sha256sums_x86_64=('898bbeb3b879a9c3c427f8cb7e2407e133d0b893d1ab79239184bf2e97d4ca66')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"