summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-05-25 07:45:13 +1000
committerJP-Ellis2023-05-25 07:45:13 +1000
commit51a9bd697f7f778c28cf9f6e020602131c832e65 (patch)
treefa7d8ddb8b76ef1a2a129b48c84259c64ab887e0
parentd95186186e7cbff5c287a6988b9f243b2b1a28f5 (diff)
downloadaur-51a9bd697f7f778c28cf9f6e020602131c832e65.tar.gz
v4.2.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fded2323f43..d941a7391ca7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.1.0
+ pkgver = 4.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/v4.1.0/lighthouse-v4.1.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = be51bd518b5957a65cf06e10b83ab74ab42bcb04fa697ca9e4a82f9449cfb8e3
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.1.0/lighthouse-v4.1.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 0dd539ac4c65a9500b417922b7cfc1d217e40d3571557f2e8cc88e0ef0f2f7fd
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.2.0/lighthouse-v4.2.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = c439b227209fc328452f9bdaab5517f0d697b861c4ad19f76c0f564c0cafadf1
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.2.0/lighthouse-v4.2.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 9633cea05afaa0a8a62eab596f82762ee53cfde4ce26527e2876b198fc1863eb
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 977f7934d9f7..5c36e43767a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.1.0
-_pkgver=4.1.0
+pkgver=4.2.0
+_pkgver=4.2.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -15,8 +15,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=('be51bd518b5957a65cf06e10b83ab74ab42bcb04fa697ca9e4a82f9449cfb8e3')
-sha256sums_aarch64=('0dd539ac4c65a9500b417922b7cfc1d217e40d3571557f2e8cc88e0ef0f2f7fd')
+sha256sums_x86_64=('c439b227209fc328452f9bdaab5517f0d697b861c4ad19f76c0f564c0cafadf1')
+sha256sums_aarch64=('9633cea05afaa0a8a62eab596f82762ee53cfde4ce26527e2876b198fc1863eb')
package() {