mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 14:15:44 +01:00
Update to 25.7.0
This commit is contained in:
parent
c62a043ff9
commit
e35e603b70
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 = 25.6.0
|
||||
pkgver = 25.7.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://github.com/hyperledger/besu/releases/download/25.6.0/besu-25.6.0.tar.gz
|
||||
sha256sums = 7ab7b83a4b6c8388da6cbe47d4714c64e5257075eb4c7ffced8e49f0a564ac51
|
||||
source = https://github.com/hyperledger/besu/releases/download/25.7.0/besu-25.7.0.tar.gz
|
||||
sha256sums = 032515d065495aea824a25ef501b5543096931ad8048b4a12296a410b1cb8c12
|
||||
|
||||
pkgname = besu
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Ramana Kumar <ramana@member.fsf.org>
|
||||
pkgname=besu
|
||||
pkgver=25.6.0
|
||||
pkgver=25.7.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://github.com/hyperledger/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('7ab7b83a4b6c8388da6cbe47d4714c64e5257075eb4c7ffced8e49f0a564ac51')
|
||||
sha256sums=('032515d065495aea824a25ef501b5543096931ad8048b4a12296a410b1cb8c12')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue