summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2022-04-27 01:41:23 +0000
committerrnbguy2022-04-27 01:41:23 +0000
commitb2e2b0d9c82d3c33114d9e3563f86a7fb06e10d3 (patch)
tree5b65f35fe1be5cd0b6d5d883539c3d5779787fb8
parent559ffeaddfb9dc6a8c6828fdb185db6d7f4f26ce (diff)
downloadaur-b2e2b0d9c82d3c33114d9e3563f86a7fb06e10d3.tar.gz
0.16.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33794c57096..028f837762e9 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.1
+ pkgver = 0.16.3
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.1/LICENSE
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.16.3/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.1/akash_0.16.1_linux_amd64.zip
- sha256sums_x86_64 = 5c4573da71a341601d4d4e66041f4f4dd8219583af52b85e7441a599ad44b199
+ source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.16.3/akash_0.16.3_linux_amd64.zip
+ sha256sums_x86_64 = 4f918929cf3f958068ec1ad608613241964267207bf906bb7dee0bbe2970d2cd
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 21d091bccbef..a6ab4b209d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=ovrclk
_pkgname=akash
pkgname=${_pkgname}-bin
-pkgver=0.16.1
+pkgver=0.16.3
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=('5c4573da71a341601d4d4e66041f4f4dd8219583af52b85e7441a599ad44b199')
+sha256sums_x86_64=('4f918929cf3f958068ec1ad608613241964267207bf906bb7dee0bbe2970d2cd')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"