summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-05-01 16:03:57 +0000
committerrnbguy2024-05-01 16:03:57 +0000
commit141031f41ff5f70fa404c30ca851d48369da9ead (patch)
treef9b2f56af7622a574fe3bee33ed1e7039052011b
parent09f698a4bbf26d6d8bb23300df9f6d8ae79aebb8 (diff)
downloadaur-141031f41ff5f70fa404c30ca851d48369da9ead.tar.gz
0.34.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83471848e800..2794007942e7 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.32.3
+ pkgver = 0.34.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.32.3/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.34.0/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.32.3/akash_0.32.3_linux_amd64.zip
- sha256sums_x86_64 = 248b5b82d910da13bae989c62b10e47c5dbb305778d36623fc24d0edf39d5ee0
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.34.0/akash_0.34.0_linux_amd64.zip
+ sha256sums_x86_64 = 89d41cec79c18682a25376b961d67bfb552b219d8e23986c462dbdf9884b3673
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 22dd78d130e4..02c02530ee5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.32.3
+pkgver=0.34.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=('248b5b82d910da13bae989c62b10e47c5dbb305778d36623fc24d0edf39d5ee0')
+sha256sums_x86_64=('89d41cec79c18682a25376b961d67bfb552b219d8e23986c462dbdf9884b3673')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"