summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2024-02-28 22:12:54 +0100
committerDario Ostuni2024-02-28 22:12:54 +0100
commit336b2dc734b8f642ea7547c32a425efffecb70d7 (patch)
tree30c5bcfb6deb7c8cb4f00bb153106f3ad68ec2e4
parentf5ce1d72eb839307f46b05b1133eb7a87061d34e (diff)
downloadaur-336b2dc734b8f642ea7547c32a425efffecb70d7.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9b57e59d5f..750f2e8c4bfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = algorand-bin
pkgdesc = Implementation of the Algorand protocol and node software
- pkgver = 3.17.0
+ pkgver = 3.22.0
pkgrel = 1
url = https://www.algorand.com
install = algorand-bin.install
@@ -11,7 +11,7 @@ pkgbase = algorand-bin
conflicts = algorand
backup = var/lib/algorand/genesis.json
backup = var/lib/algorand/system.json
- source = https://github.com/algorand/go-algorand/releases/download/v3.17.0-stable/algorand-3.17.0-1.x86_64.rpm
- sha384sums = 7dcceebfe396cc957159bdc8814f5c4bf60a6d666a6090ebdd4105f2dece0388d40ec6ec45f5655c8ed8e78447b96500
+ source = https://github.com/algorand/go-algorand/releases/download/v3.22.0-stable/algorand-3.22.0-1.x86_64.rpm
+ sha384sums = 0d147eb77959fd0d928433eacec80454428455c383e17c630a6c1cd6fa5ccef7e8c7e476ecd4f31615c512bcc1c94bc4
pkgname = algorand-bin
diff --git a/PKGBUILD b/PKGBUILD
index 212101c540c9..511c97721670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Misha <mishakmak@gmail.com>
pkgname=algorand-bin
-pkgver=3.17.0
+pkgver=3.22.0
pkgrel=1
pkgdesc="Implementation of the Algorand protocol and node software"
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=("algorand")
conflicts=("algorand")
install=algorand-bin.install
source=("https://github.com/algorand/go-algorand/releases/download/v${pkgver}-stable/algorand-${pkgver}-1.x86_64.rpm")
-sha384sums=('7dcceebfe396cc957159bdc8814f5c4bf60a6d666a6090ebdd4105f2dece0388d40ec6ec45f5655c8ed8e78447b96500')
+sha384sums=('0d147eb77959fd0d928433eacec80454428455c383e17c630a6c1cd6fa5ccef7e8c7e476ecd4f31615c512bcc1c94bc4')
package(){
cd "${srcdir}"