mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update to version 1.5.4
This commit is contained in:
parent
a1af827616
commit
4758fdddde
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = besu
|
||||
pkgdesc = Hyperledger Ethereum Mainnet and Permissioned Network Client
|
||||
pkgver = 1.5.2
|
||||
pkgver = 1.5.4
|
||||
pkgrel = 1
|
||||
url = https://www.hyperledger.org/use/besu
|
||||
arch = any
|
||||
license = Apache
|
||||
depends = java-runtime>=11
|
||||
replaces = pantheon
|
||||
source = besu-1.5.2.tar.gz::https://bintray.com/hyperledger-org/besu-repo/download_file?file_path=besu-1.5.2.tar.gz
|
||||
sha256sums = 66a89851536e6d902522c86529ee7f7b796755c0815102825d08b6ddc33d35eb
|
||||
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
|
||||
|
||||
pkgname = besu
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Ratan Rai Sur <ratan.r.sur@gmail.com>
|
||||
pkgname=besu
|
||||
pkgver=1.5.2
|
||||
pkgver=1.5.4
|
||||
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=('66a89851536e6d902522c86529ee7f7b796755c0815102825d08b6ddc33d35eb')
|
||||
sha256sums=('5bebb1eb9a9fe0097b7b9c2477d65148f6116a797a9e48f404c5ba553797f949')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue