summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRatan Rai Sur2020-11-18 13:48:08 -0500
committerRatan Rai Sur2020-11-18 13:48:08 -0500
commit16c21938a1b131092b9a333c9a71ec21613cbb26 (patch)
tree356ea781675ee3af6e33e5e1d1da719af0b41c5d
parent4758fdddde2e9901b5cb8ac96373a3a22bfca5b6 (diff)
downloadaur-16c21938a1b131092b9a333c9a71ec21613cbb26.tar.gz
Update to version 20.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 578c8b8f14c7..7e7ddb7bfea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = besu
pkgdesc = Hyperledger Ethereum Mainnet and Permissioned Network Client
- pkgver = 1.5.4
+ pkgver = 20.10.1
pkgrel = 1
url = https://www.hyperledger.org/use/besu
arch = any
license = Apache
depends = java-runtime>=11
replaces = pantheon
- source = besu-1.5.4.tar.gz::https://bintray.com/hyperledger-org/besu-repo/download_file?file_path=besu-1.5.4.tar.gz
- sha256sums = 5bebb1eb9a9fe0097b7b9c2477d65148f6116a797a9e48f404c5ba553797f949
+ source = besu-20.10.1.tar.gz::https://bintray.com/hyperledger-org/besu-repo/download_file?file_path=besu-20.10.1.tar.gz
+ sha256sums = dc11cf6919de422afb311d072a4edbdaa2115eead5bb102aec5aacfc5fdb1164
pkgname = besu
diff --git a/PKGBUILD b/PKGBUILD
index 0ad529fd86d4..71f5c676cacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ratan Rai Sur <ratan.r.sur@gmail.com>
pkgname=besu
-pkgver=1.5.4
+pkgver=20.10.1
pkgrel=1
pkgdesc="Hyperledger Ethereum Mainnet and Permissioned Network Client"
arch=('any')
@@ -10,7 +10,7 @@ depends=('java-runtime>=11')
replaces=('pantheon')
#changelog=
source=("$pkgname-$pkgver.tar.gz::https://bintray.com/hyperledger-org/$pkgname-repo/download_file?file_path=$pkgname-$pkgver.tar.gz")
-sha256sums=('5bebb1eb9a9fe0097b7b9c2477d65148f6116a797a9e48f404c5ba553797f949')
+sha256sums=('dc11cf6919de422afb311d072a4edbdaa2115eead5bb102aec5aacfc5fdb1164')
check() {
"$pkgname-$pkgver/bin/$pkgname" --version