summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-10-27 07:25:42 +1100
committerJP-Ellis2022-10-27 07:25:42 +1100
commit46463602f098d1ba203ce10add9f76b9ba911aa0 (patch)
treed66c88a65ffad80d51cf7c52705e23d1b41bc9ba
parentdee822d4b5338a150268993d91269749802276d4 (diff)
downloadaur-46463602f098d1ba203ce10add9f76b9ba911aa0.tar.gz
v3.2.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec7a91606f5..4aae7e02cb98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 3.1.2
+ pkgver = 3.2.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/v3.1.2/lighthouse-v3.1.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = d9b80d3b667cb371ede3cf87ec709fba3b4d5fbf6e989bc63647069b2d118fa5
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.1.2/lighthouse-v3.1.2-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 78bbf401aa653799cd166f43ceb8e8f6f13c3f5cad2133181a1bf431bb5fd4b1
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v3.2.0/lighthouse-v3.2.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 47dcb074b4a20c74cc975455381b9d711593b0d87ee820696ee3451012520cd3
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.2.0/lighthouse-v3.2.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 0be2aa42a1869bad0769f5520a2530ccb9c8379021fdb245b5b4a887f7c9a12b
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9dd48a722b19..2da3080a6523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.1.2
+pkgver=3.2.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=('d9b80d3b667cb371ede3cf87ec709fba3b4d5fbf6e989bc63647069b2d118fa5')
-sha256sums_aarch64=('78bbf401aa653799cd166f43ceb8e8f6f13c3f5cad2133181a1bf431bb5fd4b1')
+sha256sums_x86_64=('47dcb074b4a20c74cc975455381b9d711593b0d87ee820696ee3451012520cd3')
+sha256sums_aarch64=('0be2aa42a1869bad0769f5520a2530ccb9c8379021fdb245b5b4a887f7c9a12b')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"