summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2020-12-22 10:12:13 +1100
committerJP-Ellis2020-12-22 10:12:13 +1100
commit683c6e60a5f1dbfe17f9cfb89e19bf75f078bca5 (patch)
treecf3bebfe1a1d0c0b5d20f26c27fa6090fc25696f
parent3700beac0f743d4e47987bac7224e368809daad3 (diff)
downloadaur-683c6e60a5f1dbfe17f9cfb89e19bf75f078bca5.tar.gz
v1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e9dc6ef791..7f21a3e1dfd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v1.0.3/lighthouse-v1.0.3-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = c1cfa0a2eced07f572e36ca00a40bdf4c55c5a8db5c602709898fdd2bc7caa0b
+ source = https://github.com/sigp/lighthouse/releases/download/v1.0.4/lighthouse-v1.0.4-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 331e313d5deb798bb84dd6504836c6a595f9466e7c0700e1855906388705c1fd
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d615fdabcd3..a55bbf1213a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.0.3
+pkgver=1.0.4
_pkgname=lighthouse
pkgrel=1
pkgdesc='Ethereum 2.0 client'
@@ -11,7 +11,7 @@ provides=('lighthouse')
conflicts=('lighthouse')
replaces=('lighthouse')
source=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('c1cfa0a2eced07f572e36ca00a40bdf4c55c5a8db5c602709898fdd2bc7caa0b')
+sha256sums=('331e313d5deb798bb84dd6504836c6a595f9466e7c0700e1855906388705c1fd')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"