summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-08-01 18:13:34 +1000
committerJP-Ellis2022-08-01 18:13:34 +1000
commit57508b6467475531a0c99319e515952bcb9d2e33 (patch)
tree36328835d244dea738ca8c5242139d03c0a1e886
parent8bb2b203a53c27b10ba237cb365c0d287033eff1 (diff)
downloadaur-57508b6467475531a0c99319e515952bcb9d2e33.tar.gz
v2.5.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b4d7507e22..bf4e376978e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -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.4.0/lighthouse-v2.4.0-x86_64-unknown-linux-gnu.tar.gz
+ 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 = e65a4524215956ec4370376d9a88ccf2f17bf1d869d1752e9fffa117dfc40d21
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.4.0/lighthouse-v2.4.0-aarch64-unknown-linux-gnu.tar.gz
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.5.0/lighthouse-v2.5.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_aarch64 = 3c423c2511a16574dc66ea93007b7eb3ec299b9303dcb5f4698f08c10c1399d8
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe90dbc9dc23..441966a45413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -14,6 +14,9 @@ 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=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
sha256sums_x86_64=('e65a4524215956ec4370376d9a88ccf2f17bf1d869d1752e9fffa117dfc40d21')
sha256sums_aarch64=('3c423c2511a16574dc66ea93007b7eb3ec299b9303dcb5f4698f08c10c1399d8')