summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-02-29 00:02:05 +0000
committerrnbguy2024-02-29 00:02:05 +0000
commitaa4832cb12c77cb92d11da5fe5962d009fba9d4a (patch)
treeedf7887b494a878723cdcaa92c9389db77c5eca7
parentd292618d1c5dcad1d6c75fea4b18865f85d3c95b (diff)
downloadaur-aa4832cb12c77cb92d11da5fe5962d009fba9d4a.tar.gz
0.30.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42be777c7a2c..ab2695df5ac5 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.30.2
+ pkgver = 0.30.3
pkgrel = 1
url = https://github.com/akash-network/node
arch = x86_64
license = Apache
provides = akash
conflicts = akash
- source = https://raw.githubusercontent.com/akash-network/node/v0.30.2/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.30.3/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.30.2/akash_0.30.2_linux_amd64.zip
- sha256sums_x86_64 = 65f6f497690058f419ab62000200d778aebdb828378f50c8dac926eb56684f0e
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.30.3/akash_0.30.3_linux_amd64.zip
+ sha256sums_x86_64 = f915af3569295873a3dcf691d56b8274e7fd14e905865bb49ebf130ee2e8fdd3
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index da967519c1fe..be68153840de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.30.2
+pkgver=0.30.3
pkgrel=1
pkgdesc="A secure, transparent, and peer-to-peer cloud computing network"
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=(${_pkgname})
source=("https://raw.githubusercontent.com/${_orgname}/${_reponame}/v${pkgver}/LICENSE")
source_x86_64=("https://github.com/${_orgname}/${_reponame}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip")
sha256sums=('f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd')
-sha256sums_x86_64=('65f6f497690058f419ab62000200d778aebdb828378f50c8dac926eb56684f0e')
+sha256sums_x86_64=('f915af3569295873a3dcf691d56b8274e7fd14e905865bb49ebf130ee2e8fdd3')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"