summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-09-27 07:48:38 +1000
committerJP-Ellis2022-09-27 07:48:38 +1000
commitdee822d4b5338a150268993d91269749802276d4 (patch)
treeab6381caad0fe3a1896d84727d7f8d960e332ec1
parentb63664572e60ce7388ef8b5775248ccad56a85e6 (diff)
downloadaur-dee822d4b5338a150268993d91269749802276d4.tar.gz
v3.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c181c0998a0b..dec7a91606f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 3.1.0
+ pkgver = 3.1.2
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.0/lighthouse-v3.1.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 71c750f3e3f42a2b256d399cae2df935ef2c69665121b72f2d3b6ebb4fb55f1f
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v3.1.0/lighthouse-v3.1.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 7b7f7d5b147a8f0adef23db8fecea70a1637c3ff5bb280c364c5f85d0fa601c2
+ 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
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index cedb7c01c5d6..9dd48a722b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=3.1.0
+pkgver=3.1.2
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=('71c750f3e3f42a2b256d399cae2df935ef2c69665121b72f2d3b6ebb4fb55f1f')
-sha256sums_aarch64=('7b7f7d5b147a8f0adef23db8fecea70a1637c3ff5bb280c364c5f85d0fa601c2')
+sha256sums_x86_64=('d9b80d3b667cb371ede3cf87ec709fba3b4d5fbf6e989bc63647069b2d118fa5')
+sha256sums_aarch64=('78bbf401aa653799cd166f43ceb8e8f6f13c3f5cad2133181a1bf431bb5fd4b1')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"