summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-06-15 08:21:05 +1000
committerJP-Ellis2022-06-15 08:21:05 +1000
commita37e8d834a8615f3790136c5a9e392a88b997333 (patch)
tree2c5a099cdea1d64ebebd993b0756bb462368367f
parent0610f72ea0ff24e8b82f9fe18bceac45044120fd (diff)
downloadaur-a37e8d834a8615f3790136c5a9e392a88b997333.tar.gz
v2.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 198f5b793fb2..1c4f92b717e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.3.0
+ pkgver = 2.3.1
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.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
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.3.1/lighthouse-v2.3.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = d459eb81f40a125dd92ff95f96ad642b4f4b1f65168844022d7e19b486e1cfc1
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.3.1/lighthouse-v2.3.1-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 4fc430280588d132ec2d6553f0dac0a39bbc0083b969d8c52bb24518c4d49069
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0ca17b3c32c0..a26bfc147a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.3.0
+pkgver=2.3.1
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=('a4de3e0bcf9d9da22e85d13220556fb1fc6ab335cdb7a201148c4a3cc3bcf871')
-sha256sums_aarch64=('d088623f007681d1430a9788c3a0500b3f95f8f20f731959f1139f0b65c0cf71')
+sha256sums_x86_64=('d459eb81f40a125dd92ff95f96ad642b4f4b1f65168844022d7e19b486e1cfc1')
+sha256sums_aarch64=('4fc430280588d132ec2d6553f0dac0a39bbc0083b969d8c52bb24518c4d49069')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"