summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-09-19 08:01:49 +0000
committerrnbguy2023-09-19 08:01:49 +0000
commite9dd75fd2f6fc14b9c16c1175a34e5030dc97cf8 (patch)
tree86d29ac8c62a966d40128987c8078ece99f2801b
parent9a02a1b1c688f399b9b35f46bf11f556fafa80ec (diff)
downloadaur-e9dd75fd2f6fc14b9c16c1175a34e5030dc97cf8.tar.gz
0.26.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49c04596f51..4b8c5259e247 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.24.3
+ pkgver = 0.26.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.24.3/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.26.0/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.24.3/akash_0.24.3_linux_amd64.zip
- sha256sums_x86_64 = b809d085cd697a66654cd65a3f618fd802a4d59dd38dc63528884c495576489b
+ 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
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd0c11664127..08c08439d968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.24.3
+pkgver=0.26.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=('b809d085cd697a66654cd65a3f618fd802a4d59dd38dc63528884c495576489b')
+sha256sums_x86_64=('5cabaa5f48ac32f2f1500828d9a7be413210cd17bb27ec61895425f789d54104')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"