summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-02-12 09:21:49 +1100
committerJP-Ellis2022-02-12 09:21:49 +1100
commit2c7d4702e89c13f45c7ad9cde12601104a8c5c7c (patch)
tree77f64b855562dafb497cc4e4cc46132b048bb0a0
parentb6c3e95ecb6dbc8b3d781355c0377e8437033252 (diff)
downloadaur-2c7d4702e89c13f45c7ad9cde12601104a8c5c7c.tar.gz
v2.1.2
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bafb5217edb1..190ef2f79f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 2.1.2
+ pkgver = 2.1.3
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lighthouse-ethereum-bin
provides = lighthouse
conflicts = lighthouse
replaces = lighthouse
- source = https://github.com/sigp/lighthouse/releases/download/v2.1.2/lighthouse-v2.1.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3bf39e89ca3ac729ebd48cc15fc77717d690ccb0d695d93ff735645bcb7791b6
+ source = https://github.com/sigp/lighthouse/releases/download/v2.1.3/lighthouse-v2.1.3-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = c4b7d261fa4aab25c9e4c2956c181c3f24b2cb2bddac21e78a7988b29a3e2ad3
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b9e0501e80b..2634dfc34da3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64')
@@ -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=('3bf39e89ca3ac729ebd48cc15fc77717d690ccb0d695d93ff735645bcb7791b6')
+sha256sums=('c4b7d261fa4aab25c9e4c2956c181c3f24b2cb2bddac21e78a7988b29a3e2ad3')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"