summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-05-02 00:10:29 +0000
committerrnbguy2024-05-02 00:10:29 +0000
commita034d97cd1103c07491a8c78fa0b6a49693f6973 (patch)
treec64f8be45b553d81bbe58a1e635886e76ea3cbf9
parent141031f41ff5f70fa404c30ca851d48369da9ead (diff)
downloadaur-akash-bin.tar.gz
0.34.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2794007942e7..9fb6375ccd1f 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.34.0
+ pkgver = 0.34.1
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.34.0/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.34.1/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- 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
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.34.1/akash_0.34.1_linux_amd64.zip
+ sha256sums_x86_64 = 1ba4206d4cbf95d24564386a667edeb58961a750bd5747590d7ac6bab1b8a2a3
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02c02530ee5c..180cbc45cd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.34.0
+pkgver=0.34.1
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=('89d41cec79c18682a25376b961d67bfb552b219d8e23986c462dbdf9884b3673')
+sha256sums_x86_64=('1ba4206d4cbf95d24564386a667edeb58961a750bd5747590d7ac6bab1b8a2a3')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"