mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update to 23.10.0
This commit is contained in:
parent
df2944773c
commit
806a86fdac
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = besu
|
||||
pkgdesc = Hyperledger Ethereum Mainnet and Permissioned Network Client
|
||||
pkgver = 23.7.3
|
||||
pkgver = 23.10.0
|
||||
pkgrel = 1
|
||||
url = https://www.hyperledger.org/use/besu
|
||||
arch = any
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = besu
|
|||
depends = java-runtime>=11
|
||||
depends = jemalloc
|
||||
replaces = pantheon
|
||||
source = https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.7.3/besu-23.7.3.tar.gz
|
||||
sha256sums = c12ca6a9861557e0bf8f27076f8c8afcce6f1564687e5f02bfdc96c2b18846ff
|
||||
source = https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/23.10.0/besu-23.10.0.tar.gz
|
||||
sha256sums = 3c75f3792bfdb0892705b378f0b8bfc14ef6cecf1d8afe711d8d8687ed6687cf
|
||||
|
||||
pkgname = besu
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Ramana Kumar <ramana@member.fsf.org>
|
||||
pkgname=besu
|
||||
pkgver=23.7.3
|
||||
pkgver=23.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="Hyperledger Ethereum Mainnet and Permissioned Network Client"
|
||||
arch=('any')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('java-runtime>=11' 'jemalloc')
|
|||
replaces=('pantheon')
|
||||
#changelog=
|
||||
source=("https://hyperledger.jfrog.io/artifactory/$pkgname-binaries/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('c12ca6a9861557e0bf8f27076f8c8afcce6f1564687e5f02bfdc96c2b18846ff')
|
||||
sha256sums=('3c75f3792bfdb0892705b378f0b8bfc14ef6cecf1d8afe711d8d8687ed6687cf')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue