summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-11-08 08:01:53 +0000
committerrnbguy2023-11-08 08:01:53 +0000
commit4c26528afb4a3224911f597dc4a1c74ef45ab4ba (patch)
treec5c290e54840b7bc988ff42fe87d9ba1b3c06a02
parent85620fb91bd3315a9791f42e988fe930fd8ecc2b (diff)
downloadaur-4c26528afb4a3224911f597dc4a1c74ef45ab4ba.tar.gz
0.26.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a46ab9023dba..4fb10d71a638 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.1
+ pkgver = 0.26.2
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.1/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.26.2/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- 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
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.26.2/akash_0.26.2_linux_amd64.zip
+ sha256sums_x86_64 = 8999d6b3ba19fb7546ae070c3032266d0049c6a920ab2838bab03a031ae26eb0
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 508ebd7f9cea..9f5a58d6ed3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.26.1
+pkgver=0.26.2
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=('5a2b406e1df0144ef23a184837c5f6bf5e704271ecb94f94d7f705a4f90f2580')
+sha256sums_x86_64=('8999d6b3ba19fb7546ae070c3032266d0049c6a920ab2838bab03a031ae26eb0')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"