summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-10-26 00:38:53 +0000
committerrnbguy2022-10-26 00:38:53 +0000
commit1558042a8694769524529c362edd6533716cad21 (patch)
tree3897cdedf8c7f32e20d75e619771bc7531f60120
parenta3939ccd351802ca7765ee05128176eaf8b48e00 (diff)
downloadaur-1558042a8694769524529c362edd6533716cad21.tar.gz
0.16.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d856f4b59d1b..58c6ca064f2b 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.16.6
+ pkgver = 0.16.8
pkgrel = 1
url = https://github.com/ovrclk/akash
arch = x86_64
license = Apache
provides = akash
conflicts = akash
- source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.6/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.8/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.6/akash_0.16.6_linux_amd64.zip
- sha256sums_x86_64 = 4db8eecfe926f99049802fdd4729602dd55ae58cb931a43989b98fe115b754de
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.8/akash_0.16.8_linux_amd64.zip
+ sha256sums_x86_64 = 1741b269210005dd82a9f0a4dbfd30e6290106bab34984bafef0209798c97014
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ff44b1d5c3b..1a341dae9709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.16.6
+pkgver=0.16.8
pkgrel=1
pkgdesc="A secure, transparent, and peer-to-peer cloud computing network"
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=(${_pkgname})
source=("https://raw.githubusercontent.com/${_orgname}/${_pkgname}/v${pkgver}/LICENSE")
source_x86_64=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip")
sha256sums=('f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd')
-sha256sums_x86_64=('4db8eecfe926f99049802fdd4729602dd55ae58cb931a43989b98fe115b754de')
+sha256sums_x86_64=('1741b269210005dd82a9f0a4dbfd30e6290106bab34984bafef0209798c97014')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"