summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2020-12-26 08:32:53 +1100
committerJP-Ellis2020-12-26 08:32:53 +1100
commit69c5d3825aff0b638df8d354e8f7f6ee1e3bfce5 (patch)
tree62cbe16d4457d19c5944ff2359575a9c80977f7c
parent683c6e60a5f1dbfe17f9cfb89e19bf75f078bca5 (diff)
downloadaur-69c5d3825aff0b638df8d354e8f7f6ee1e3bfce5.tar.gz
v1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f21a3e1dfd2..dd2f3cfcdc0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 1.0.4
+ pkgver = 1.0.5
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.4/lighthouse-v1.0.4-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 331e313d5deb798bb84dd6504836c6a595f9466e7c0700e1855906388705c1fd
+ source = https://github.com/sigp/lighthouse/releases/download/v1.0.5/lighthouse-v1.0.5-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 9b1f27453b9f849e194dcd4c9ccef066a758ea65bd613aad2c34acdd891a7705
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index a55bbf1213a0..4e09304a3caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lighthouse-ethereum-bin
-pkgver=1.0.4
+pkgver=1.0.5
_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=('331e313d5deb798bb84dd6504836c6a595f9466e7c0700e1855906388705c1fd')
+sha256sums=('9b1f27453b9f849e194dcd4c9ccef066a758ea65bd613aad2c34acdd891a7705')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"