mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update to 24.1.0
This commit is contained in:
parent
ae3926b4aa
commit
321ab84a9b
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.10.3
|
||||
pkgver = 24.1.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.10.3/besu-23.10.3.tar.gz
|
||||
sha256sums = 73c834cf32c7bbe255d7d8cc7ca5d1eb0df8430b9114935c8dcf3a675b2acbc2
|
||||
source = https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/24.1.0/besu-24.1.0.tar.gz
|
||||
sha256sums = 602b04c0729a7b17361d1f0b39f4ce6a2ebe47932165add666560fe594d9ca99
|
||||
|
||||
pkgname = besu
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Ramana Kumar <ramana@member.fsf.org>
|
||||
pkgname=besu
|
||||
pkgver=23.10.3
|
||||
pkgver=24.1.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=('73c834cf32c7bbe255d7d8cc7ca5d1eb0df8430b9114935c8dcf3a675b2acbc2')
|
||||
sha256sums=('602b04c0729a7b17361d1f0b39f4ce6a2ebe47932165add666560fe594d9ca99')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue