summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-09-20 00:03:50 +0000
committerrnbguy2023-09-20 00:03:50 +0000
commit85620fb91bd3315a9791f42e988fe930fd8ecc2b (patch)
tree60faec3f75f4f11fd488557a7b253da97fed1dd3
parente9dd75fd2f6fc14b9c16c1175a34e5030dc97cf8 (diff)
downloadaur-85620fb91bd3315a9791f42e988fe930fd8ecc2b.tar.gz
0.26.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b8c5259e247..a46ab9023dba 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.26.0
+ pkgver = 0.26.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.26.0/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.26.1/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.26.0/akash_0.26.0_linux_amd64.zip
- sha256sums_x86_64 = 5cabaa5f48ac32f2f1500828d9a7be413210cd17bb27ec61895425f789d54104
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.26.1/akash_0.26.1_linux_amd64.zip
+ sha256sums_x86_64 = 5a2b406e1df0144ef23a184837c5f6bf5e704271ecb94f94d7f705a4f90f2580
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08c08439d968..508ebd7f9cea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.26.0
+pkgver=0.26.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=('5cabaa5f48ac32f2f1500828d9a7be413210cd17bb27ec61895425f789d54104')
+sha256sums_x86_64=('5a2b406e1df0144ef23a184837c5f6bf5e704271ecb94f94d7f705a4f90f2580')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"