summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-06-17 08:23:01 +0000
committerrnbguy2022-06-17 08:23:01 +0000
commit9f2dc87f145501a60e8ec3019c39c83c7fbcbcac (patch)
treef820608640896fe1e8c5b257b79754ca25f72697
parentb2e2b0d9c82d3c33114d9e3563f86a7fb06e10d3 (diff)
downloadaur-9f2dc87f145501a60e8ec3019c39c83c7fbcbcac.tar.gz
0.16.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 028f837762e9..40b48ead562d 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.3
+ pkgver = 0.16.4
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.3/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.4/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.3/akash_0.16.3_linux_amd64.zip
- sha256sums_x86_64 = 4f918929cf3f958068ec1ad608613241964267207bf906bb7dee0bbe2970d2cd
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.4/akash_0.16.4_linux_amd64.zip
+ sha256sums_x86_64 = 8f45cf3770c3aa09a3e02c073f99061d2dd49558113d4ea0a92c01d0c305f84a
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6ab4b209d42..f5100233512c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.16.3
+pkgver=0.16.4
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=('4f918929cf3f958068ec1ad608613241964267207bf906bb7dee0bbe2970d2cd')
+sha256sums_x86_64=('8f45cf3770c3aa09a3e02c073f99061d2dd49558113d4ea0a92c01d0c305f84a')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"