summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-06-21 11:10:27 +0000
committerrnbguy2023-06-21 11:10:27 +0000
commit5e957c5a67603317279c3449878342f1cb74ab81 (patch)
treec471bbdd839f531e7eafddf4e6adbfa93c8b9476
parent508fd47d7282ce1b971fe70080f91a817635dd1a (diff)
downloadaur-5e957c5a67603317279c3449878342f1cb74ab81.tar.gz
0.22.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1384e252da..ac4eba390679 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.22.7
+ pkgver = 0.22.8
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.22.7/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.22.8/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.22.7/akash_0.22.7_linux_amd64.zip
- sha256sums_x86_64 = d0ecd323794dd33ec11d46779c20e02981ee6d0254978949619986ba5e953677
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.22.8/akash_0.22.8_linux_amd64.zip
+ sha256sums_x86_64 = fd13a27e2f19c8cae03b56fe843c21393443cea0d5430a82746d8af3d7a45b80
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffe548c5cb75..191c0c606648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.22.7
+pkgver=0.22.8
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=('d0ecd323794dd33ec11d46779c20e02981ee6d0254978949619986ba5e953677')
+sha256sums_x86_64=('fd13a27e2f19c8cae03b56fe843c21393443cea0d5430a82746d8af3d7a45b80')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"