summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-05-31 18:26:18 +1000
committerJP-Ellis2022-05-31 18:26:18 +1000
commit0610f72ea0ff24e8b82f9fe18bceac45044120fd (patch)
tree30a678a648e2e2aaeea5c3211e29eda5735c3367
parentb52e5db32b359e9823f50ac2c9133d536ac54b21 (diff)
downloadaur-0610f72ea0ff24e8b82f9fe18bceac45044120fd.tar.gz
v2.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96ad83ce3727..198f5b793fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.2.1
+ pkgver = 2.3.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.2.1/lighthouse-v2.2.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 05930c3b4c99bd2cbf6aef9d653b02403dcdfdb64de19abf2ad5c15d3526919d
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.2.1/lighthouse-v2.2.1-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 10bcac530deefb4d103f63371bb656ae257051e93e16405af3e844780f5939bc
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.3.0/lighthouse-v2.3.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = a4de3e0bcf9d9da22e85d13220556fb1fc6ab335cdb7a201148c4a3cc3bcf871
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.3.0/lighthouse-v2.3.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = d088623f007681d1430a9788c3a0500b3f95f8f20f731959f1139f0b65c0cf71
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 881c7d191991..0ca17b3c32c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -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=('05930c3b4c99bd2cbf6aef9d653b02403dcdfdb64de19abf2ad5c15d3526919d')
-sha256sums_aarch64=('10bcac530deefb4d103f63371bb656ae257051e93e16405af3e844780f5939bc')
+sha256sums_x86_64=('a4de3e0bcf9d9da22e85d13220556fb1fc6ab335cdb7a201148c4a3cc3bcf871')
+sha256sums_aarch64=('d088623f007681d1430a9788c3a0500b3f95f8f20f731959f1139f0b65c0cf71')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"