summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Bay2024-03-19 07:52:41 +0100
committerEmil Bay2024-03-19 07:59:12 +0100
commit482587827ac05286ac3a520b30d0e4be9b34d3e2 (patch)
treea230dcd695ca434ffabbe714fb28e5b4907939ef
parent056da3ebc6390764168f8889f8c1112eb5dd9a7f (diff)
downloadaur-482587827ac05286ac3a520b30d0e4be9b34d3e2.tar.gz
Update to 5.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ffd93bd05fa..1a247cacda19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
arch = aarch64
- license = Apache License 2.0
+ license = Apache-2.0
depends = openssl
provides = lighthouse
conflicts = lighthouse
- replaces = lighthouse
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.0/lighthouse-v5.1.0-x86_64-unknown-linux-gnu.tar.gz
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.1/lighthouse-v5.1.1-x86_64-unknown-linux-gnu.tar.gz
sha256sums_x86_64 = c442aa71cfef0a1329e903379932a36d2b4b6bafea7c739cc3c03089648df5d2
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.0/lighthouse-v5.1.0-aarch64-unknown-linux-gnu.tar.gz
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.1/lighthouse-v5.1.1-aarch64-unknown-linux-gnu.tar.gz
sha256sums_aarch64 = cb28d9b604f4817a9989730bd964575a1d775d0bcbc106019ab1e64941e611c6
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 22bdde1eea0a..d4769275ea33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
+# Maintainer: Emil Bay <archlinux@tixz.dk>
+# Contributor: Ramana Kumar <ramana@member.fsf.org>
+# Contributor: JP-Ellis <josh@jpellis.me>
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=5.1.0
-_pkgver=5.1.0
+pkgver=5.1.1
+_pkgver=5.1.1
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
url='https://lighthouse.sigmaprime.io/'
-license=('Apache License 2.0')
+license=('Apache-2.0')
depends=('openssl')
provides=('lighthouse')
conflicts=('lighthouse')
-replaces=('lighthouse')
source=("https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE")
source_x86_64=("https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-aarch64-unknown-linux-gnu.tar.gz")
@@ -18,7 +20,6 @@ sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
sha256sums_x86_64=('c442aa71cfef0a1329e903379932a36d2b4b6bafea7c739cc3c03089648df5d2')
sha256sums_aarch64=('cb28d9b604f4817a9989730bd964575a1d775d0bcbc106019ab1e64941e611c6')
-
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"
install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"