summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-08-04 07:30:43 +1000
committerJP-Ellis2022-08-04 07:30:43 +1000
commitc8efb65619d7f3352f5d59a60a57b834314d3b6e (patch)
treee599eef6cef11aaaff1699e80a842d65048f949f
parenta8967367e87dce4eca7fb21c33ea843681c2e294 (diff)
downloadaur-c8efb65619d7f3352f5d59a60a57b834314d3b6e.tar.gz
v2.5.1
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d8abcdc88e..3807147ab821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 2.5.1
+ pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
arch = aarch64
@@ -12,9 +12,9 @@ pkgbase = lighthouse-ethereum-bin
replaces = lighthouse
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.5.0/lighthouse-v2.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = cfe4d65d5d4845fefdd91cd314fd949d9bcc3de45a7eb0bdbe7c57ecfdea1c75
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.5.0/lighthouse-v2.5.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 8acb11269f73d46998c992a67e8fb89ed7347038ea52c267949fb97df2e9f8dd
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.5.1/lighthouse-v2.5.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 688120433d15b9c26040d141b7d14369efaa3caca471e6c20ba33289d3ef2d37
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.5.1/lighthouse-v2.5.1-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 517aa1b7aaaeb48dd150378e99d7620340af14215cb71050b66d99df549197d5
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34db63a08639..92cf5c2dce6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
url='https://lighthouse.sigmaprime.io/'
@@ -14,8 +14,8 @@ 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")
sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
-sha256sums_x86_64=('cfe4d65d5d4845fefdd91cd314fd949d9bcc3de45a7eb0bdbe7c57ecfdea1c75')
-sha256sums_aarch64=('8acb11269f73d46998c992a67e8fb89ed7347038ea52c267949fb97df2e9f8dd')
+sha256sums_x86_64=('688120433d15b9c26040d141b7d14369efaa3caca471e6c20ba33289d3ef2d37')
+sha256sums_aarch64=('517aa1b7aaaeb48dd150378e99d7620340af14215cb71050b66d99df549197d5')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"