summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-11-08 02:01:17 +0000
committerrnbguy2022-11-08 02:01:17 +0000
commit44b0a3463321e8247b1409cf062bd7902935dede (patch)
tree04a495bdbdc17eb39648b4c28b13e020b735647e
parent1558042a8694769524529c362edd6533716cad21 (diff)
downloadaur-44b0a3463321e8247b1409cf062bd7902935dede.tar.gz
0.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c6ca064f2b..d62d87361d29 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.8
+ pkgver = 0.18.0
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.8/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.18.0/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.8/akash_0.16.8_linux_amd64.zip
- sha256sums_x86_64 = 1741b269210005dd82a9f0a4dbfd30e6290106bab34984bafef0209798c97014
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.18.0/akash_0.18.0_linux_amd64.zip
+ sha256sums_x86_64 = d73524d7fd4d9465fcf30013fe2247fa8c7757883e19299beeedbdd61daeba6b
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a341dae9709..4ea85e8dddf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.16.8
+pkgver=0.18.0
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=('1741b269210005dd82a9f0a4dbfd30e6290106bab34984bafef0209798c97014')
+sha256sums_x86_64=('d73524d7fd4d9465fcf30013fe2247fa8c7757883e19299beeedbdd61daeba6b')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"