summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Bay2024-03-28 09:19:54 +0100
committerEmil Bay2024-03-28 09:19:54 +0100
commitec23a85f6f37f62d80cc14a6b0a3e8372808b317 (patch)
tree4afd8c28b10bc55954ca354d438de56a56acc7e7
parent3c1626879e435726d294908e0bd66a1f79556fc0 (diff)
downloadaur-lighthouse-ethereum-bin.tar.gz
v5.1.3
-rw-r--r--.Changelog8
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
3 files changed, 17 insertions, 13 deletions
diff --git a/.Changelog b/.Changelog
index b53d036bd1c8..a852b7ede297 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,5 +1,9 @@
-# 5.2.2-1
+# 5.1.3-1
-* Update to Lighthouse 5.2.2 (Handsome Bigfoot) hotfix
+* Update to Lighthouse 5.1.3 (Gul'karan) hotfix
+
+# 5.1.2-1
+
+* Update to Lighthouse 5.1.2 (Handsome Bigfoot) hotfix
* Add Sigma Prime PGP key to PKGBUILD. The key can be imported with `gpg --recv-keys 15E66D941F697E28F49381F426416DC3F30674B0`
diff --git a/.SRCINFO b/.SRCINFO
index d91a1a7d5005..e61368620235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 5.1.2
+ pkgver = 5.1.3
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = lighthouse-ethereum-bin
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
validpgpkeys = 15E66D941F697E28F49381F426416DC3F30674B0
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.2/lighthouse-v5.1.2-x86_64-unknown-linux-gnu.tar.gz
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.2/lighthouse-v5.1.2-x86_64-unknown-linux-gnu.tar.gz.asc
- sha256sums_x86_64 = 3147b610bf4a8f9d0792ad113f4822c78826fc21a0a239f74100825f3bec84c9
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.3/lighthouse-v5.1.3-x86_64-unknown-linux-gnu.tar.gz
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.3/lighthouse-v5.1.3-x86_64-unknown-linux-gnu.tar.gz.asc
+ sha256sums_x86_64 = 9426e42b94cc435d51bc7c86d0c30383c2243e4fa83cc3e7403189b4683cbeeb
sha256sums_x86_64 = SKIP
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.2/lighthouse-v5.1.2-aarch64-unknown-linux-gnu.tar.gz
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.2/lighthouse-v5.1.2-aarch64-unknown-linux-gnu.tar.gz.asc
- sha256sums_aarch64 = cb9e9831d3009e20aa22302d74ca5b41e790b28b39c5d30aec298efff96631fa
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.3/lighthouse-v5.1.3-aarch64-unknown-linux-gnu.tar.gz
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.3/lighthouse-v5.1.3-aarch64-unknown-linux-gnu.tar.gz.asc
+ sha256sums_aarch64 = 30ab15fa1873bd1b0f0a37b4251b17047f25bf83dcf2e125493b07423d6e758e
sha256sums_aarch64 = SKIP
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a440662929d..3e03454e798a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: JP-Ellis <josh@jpellis.me>
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=5.1.2
-_pkgver=5.1.2
+pkgver=5.1.3
+_pkgver=5.1.3
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -17,9 +17,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" "https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-x86_64-unknown-linux-gnu.tar.gz.asc")
source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-aarch64-unknown-linux-gnu.tar.gz" "https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-aarch64-unknown-linux-gnu.tar.gz.asc")
sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
-sha256sums_x86_64=('3147b610bf4a8f9d0792ad113f4822c78826fc21a0a239f74100825f3bec84c9'
+sha256sums_x86_64=('9426e42b94cc435d51bc7c86d0c30383c2243e4fa83cc3e7403189b4683cbeeb'
'SKIP')
-sha256sums_aarch64=('cb9e9831d3009e20aa22302d74ca5b41e790b28b39c5d30aec298efff96631fa'
+sha256sums_aarch64=('30ab15fa1873bd1b0f0a37b4251b17047f25bf83dcf2e125493b07423d6e758e'
'SKIP')
# Key can be imported with `gpg --recv-keys 15E66D941`