summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-11-17 16:01:40 +0000
committerrnbguy2023-11-17 16:01:40 +0000
commit5726d3b0bf7f36462c420b182c633e98bd7f8b9b (patch)
treec8ee299e6830c4eef07b6a7de7805eb11a1ef1cb
parentf2168a135fad0415f9eda7f70fff45de0b7a39d2 (diff)
downloadaur-5726d3b0bf7f36462c420b182c633e98bd7f8b9b.tar.gz
0.28.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 653b566c108f..4a03254c9fc6 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.28.1
+ pkgver = 0.28.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.28.1/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.28.2/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.28.1/akash_0.28.1_linux_amd64.zip
- sha256sums_x86_64 = 5bcf4b9d9318e39d1229383f3bf7b1c8fbd033108babf9ec92cee5bd6afa69fe
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.28.2/akash_0.28.2_linux_amd64.zip
+ sha256sums_x86_64 = f12474fa99ca4da3f6c19c1d89a4f796a4ada7a9cf92c271267700d8231d1d2b
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a9fcfce48ce..9b6a67aeeb01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.28.1
+pkgver=0.28.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=('5bcf4b9d9318e39d1229383f3bf7b1c8fbd033108babf9ec92cee5bd6afa69fe')
+sha256sums_x86_64=('f12474fa99ca4da3f6c19c1d89a4f796a4ada7a9cf92c271267700d8231d1d2b')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"