summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-01-19 00:01:46 +0000
committerrnbguy2024-01-19 00:01:46 +0000
commit004c19e55817e0f160be53d6e958f51a78deb63f (patch)
tree0f1fdbb30e6c4ce4e462a35dbd0e78302fce3a0e
parent500ceefce028ce369738927fa81394bdf2cf818e (diff)
downloadaur-004c19e55817e0f160be53d6e958f51a78deb63f.tar.gz
0.30.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c0e8764fb6..9d6a33c17609 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.0
+ pkgver = 0.30.1
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.0/LICENSE
+ source = https://raw.githubusercontent.com/akash-network/node/v0.30.1/LICENSE
sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
- source_x86_64 = https://github.com/akash-network/node/releases/download/v0.30.0/akash_0.30.0_linux_amd64.zip
- sha256sums_x86_64 = f86b385386fdda9ecb26bdec18449aa08b04483391ac9a9a388f281d301a2f2b
+ source_x86_64 = https://github.com/akash-network/node/releases/download/v0.30.1/akash_0.30.1_linux_amd64.zip
+ sha256sums_x86_64 = 3afbbf772bbaf321cc150a131c354b6eff244b6a13d73e9555529ca801af64f2
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index b90833fa7689..5abbec9879d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _orgname=akash-network
_pkgname=${_orgname%-*}
_reponame=node
pkgname=${_pkgname}-bin
-pkgver=0.30.0
+pkgver=0.30.1
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=('f86b385386fdda9ecb26bdec18449aa08b04483391ac9a9a388f281d301a2f2b')
+sha256sums_x86_64=('3afbbf772bbaf321cc150a131c354b6eff244b6a13d73e9555529ca801af64f2')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}"