summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-07-05 19:01:22 +1000
committerJP-Ellis2023-07-05 19:01:22 +1000
commit19dc9a0ba0e5942470ed817f5df21d3f15c4e27c (patch)
tree36f1dd3172584b78e5d476fb9e58dddd896df2a2
parent51a9bd697f7f778c28cf9f6e020602131c832e65 (diff)
downloadaur-19dc9a0ba0e5942470ed817f5df21d3f15c4e27c.tar.gz
v4.3.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 d941a7391ca7..91a956d0e4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.2.0
+ pkgver = 4.3.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.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
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.3.0/lighthouse-v4.3.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 31eedaf84a4353e3c5f2be47e9c45ecc379ac4300766e3603a7491499884198a
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.3.0/lighthouse-v4.3.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = e7b30c4866bf62cf96db0600610e971282820480ac5a5b3db2f8f6cebc7437b8
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c36e43767a2..0af5c656ad75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.2.0
-_pkgver=4.2.0
+pkgver=4.3.0
+_pkgver=4.3.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=('c439b227209fc328452f9bdaab5517f0d697b861c4ad19f76c0f564c0cafadf1')
-sha256sums_aarch64=('9633cea05afaa0a8a62eab596f82762ee53cfde4ce26527e2876b198fc1863eb')
+sha256sums_x86_64=('31eedaf84a4353e3c5f2be47e9c45ecc379ac4300766e3603a7491499884198a')
+sha256sums_aarch64=('e7b30c4866bf62cf96db0600610e971282820480ac5a5b3db2f8f6cebc7437b8')
package() {