mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update sha256sum: seems like besu changed the timestamps
This commit is contained in:
parent
d340606bc4
commit
ef29b2ad24
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -9,6 +9,6 @@ pkgbase = besu
|
|||
depends = jemalloc
|
||||
replaces = pantheon
|
||||
source = https://github.com/hyperledger/besu/releases/download/24.8.0/besu-24.8.0.tar.gz
|
||||
sha256sums = a3d51358dfae9caa053b50b708b6f40f3084ba521f5de729aeb8fc53f87f5e3d
|
||||
sha256sums = 9671157a623fb94005357bc409d1697a0d62bb6fd434b1733441bb301a9534a4
|
||||
|
||||
pkgname = besu
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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=('a3d51358dfae9caa053b50b708b6f40f3084ba521f5de729aeb8fc53f87f5e3d')
|
||||
sha256sums=('9671157a623fb94005357bc409d1697a0d62bb6fd434b1733441bb301a9534a4')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue