summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-09-07 08:14:21 +1000
committerJP-Ellis2023-09-07 08:14:21 +1000
commit4053b9337b6031f0a7df8fc69351ee4b472e710c (patch)
tree05ad21939588c0e3d7718a55c5b0b7311380c9c0
parent19dc9a0ba0e5942470ed817f5df21d3f15c4e27c (diff)
downloadaur-4053b9337b6031f0a7df8fc69351ee4b472e710c.tar.gz
v4.4.1
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 91a956d0e4df..624acdf8b99f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.3.0
+ pkgver = 4.4.1
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.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
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.4.1/lighthouse-v4.4.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 3047099c8eb389a6a564fff38efdd098d496fab65d03458dca29f0543fe80551
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.4.1/lighthouse-v4.4.1-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = e8ca8a4fb52f51f33f772689d6ad98dc97c9eba182200f18df128390634f7edb
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0af5c656ad75..86caf21e82d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.3.0
-_pkgver=4.3.0
+pkgver=4.4.1
+_pkgver=4.4.1
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=('31eedaf84a4353e3c5f2be47e9c45ecc379ac4300766e3603a7491499884198a')
-sha256sums_aarch64=('e7b30c4866bf62cf96db0600610e971282820480ac5a5b3db2f8f6cebc7437b8')
+sha256sums_x86_64=('3047099c8eb389a6a564fff38efdd098d496fab65d03458dca29f0543fe80551')
+sha256sums_aarch64=('e8ca8a4fb52f51f33f772689d6ad98dc97c9eba182200f18df128390634f7edb')
package() {