summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-05-04 16:33:00 +0000
committerrnbguy2023-05-04 16:33:00 +0000
commit48f65df40b46351ad4b1d44aae5e202f37810d20 (patch)
tree0e42826f6e152d741486eaefe0907701295d58ef
parent7476f8e261a0df6390448e86a35870d7b81f2091 (diff)
downloadaur-48f65df40b46351ad4b1d44aae5e202f37810d20.tar.gz
0.22.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b41443962f..e48eef6248b2 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.2
+ pkgver = 0.22.3
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.2/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.22.3/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- 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
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.22.3/akash_0.22.3_linux_amd64.zip
+ sha256sums_x86_64 = f8ca2f8d248e7a7cdd83dc8fc9367e75d44e8f3dd1a260b5f7ad787e638e0f22
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0ca3bcbe8d06..02b05504b992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.22.2
+pkgver=0.22.3
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=('4251285e0eb9f12c337e8e5a495008fd427bdbd37f519a5398fd6f4e2f378b34')
+sha256sums_x86_64=('f8ca2f8d248e7a7cdd83dc8fc9367e75d44e8f3dd1a260b5f7ad787e638e0f22')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"