summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-09-19 16:09:13 +0000
committerrnbguy2022-09-19 16:09:13 +0000
commit55e7aac348419e1c918dadc92167c12590f31485 (patch)
treebf4049238275598805e8ec113c2b777935eaa613
parent9f2dc87f145501a60e8ec3019c39c83c7fbcbcac (diff)
downloadaur-55e7aac348419e1c918dadc92167c12590f31485.tar.gz
0.16.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b48ead562d..d856f4b59d1b 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.4
+ pkgver = 0.16.6
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.4/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.6/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.4/akash_0.16.4_linux_amd64.zip
- sha256sums_x86_64 = 8f45cf3770c3aa09a3e02c073f99061d2dd49558113d4ea0a92c01d0c305f84a
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.6/akash_0.16.6_linux_amd64.zip
+ sha256sums_x86_64 = 4db8eecfe926f99049802fdd4729602dd55ae58cb931a43989b98fe115b754de
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5100233512c..9ff44b1d5c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.16.4
+pkgver=0.16.6
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=('8f45cf3770c3aa09a3e02c073f99061d2dd49558113d4ea0a92c01d0c305f84a')
+sha256sums_x86_64=('4db8eecfe926f99049802fdd4729602dd55ae58cb931a43989b98fe115b754de')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"