summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-04-25 16:23:22 +0000
committerrnbguy2023-04-25 16:23:22 +0000
commit7476f8e261a0df6390448e86a35870d7b81f2091 (patch)
tree0e648449c4040d8b091631742938d14b39cda55e
parent0712e9531d2fc01e643adb53a40dc85f820e611d (diff)
downloadaur-7476f8e261a0df6390448e86a35870d7b81f2091.tar.gz
0.22.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3e89a12192..22b41443962f 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.0
+ pkgver = 0.22.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.22.0/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.22.2/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.22.0/akash_0.22.0_linux_amd64.zip
- sha256sums_x86_64 = 08bd7f5d082c7a1ba9ff4dfed7d7254e831dde4eaf94470f3b23fac12f0e1af5
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.22.2/akash_0.22.2_linux_amd64.zip
+ sha256sums_x86_64 = 4251285e0eb9f12c337e8e5a495008fd427bdbd37f519a5398fd6f4e2f378b34
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 94965c92a3f9..0ca3bcbe8d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.22.0
+pkgver=0.22.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=('08bd7f5d082c7a1ba9ff4dfed7d7254e831dde4eaf94470f3b23fac12f0e1af5')
+sha256sums_x86_64=('4251285e0eb9f12c337e8e5a495008fd427bdbd37f519a5398fd6f4e2f378b34')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"