summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-04-19 08:21:36 +0000
committerrnbguy2022-04-19 08:21:36 +0000
commit8c8a31254515040961b29194e35c118fa80874ee (patch)
treea0f7c7e26cc56e104d157921685e5c02dbd6e050
parent40f869bcb63994f0da962b5ae971032a33d7db2c (diff)
downloadaur-8c8a31254515040961b29194e35c118fa80874ee.tar.gz
0.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d75649df501..6663d2ac2a58 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.14.1
+ pkgver = 0.16.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.14.1/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.0/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.14.1/akash_0.14.1_linux_amd64.zip
- sha256sums_x86_64 = 679830454f9d84d1e6f77dbbc11b9c1acedbaba9a9d889aa83b32a1e82e46a78
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.0/akash_0.16.0_linux_amd64.zip
+ sha256sums_x86_64 = 7ce59e5a2ef0869ac3d9f6cf53666ce488b20a037a91b4fb457b2d8bd4256ef0
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4eb8ac6f09dc..af9df8ed872d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.14.1
+pkgver=0.16.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=('679830454f9d84d1e6f77dbbc11b9c1acedbaba9a9d889aa83b32a1e82e46a78')
+sha256sums_x86_64=('7ce59e5a2ef0869ac3d9f6cf53666ce488b20a037a91b4fb457b2d8bd4256ef0')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"