summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryate2019-02-09 01:59:56 -0500
committeryate2019-02-09 01:59:56 -0500
commitfcf3ef5b567669d1e03a658062b33c3fa1734134 (patch)
tree239ee6909d4d315e18dc288791a168d66645db08
parent0135ee2aa4b4f9e499b23fa5125431d038adf3a1 (diff)
downloadaur-fcf3ef5b567669d1e03a658062b33c3fa1734134.tar.gz
add checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b687bb016824..cc20f564a133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = lightning-app
pkgdesc = Lightning Network Desktop Wallet
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lightninglabs/lightning-app
arch = x86_64
license = GPL
source = https://github.com/lightninglabs/lightning-app/releases/download/v0.4.0-alpha/Lightning-linux-x86_64v0.4.0-alpha.AppImage
- sha256sums = SKIP
+ sha512sums = 55e438dad47e7a8ed3aaa8612a86427f77a6193fd523735f6d7c2f12d27909febc9176c125425152894c36a97f426e24fee8ca3d9370d047c1558ff38d078333
pkgname = lightning-app
diff --git a/PKGBUILD b/PKGBUILD
index f2454789435c..b0a70a8f9129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lightning-app
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lightning Network Desktop Wallet"
arch=('x86_64')
url="https://github.com/lightninglabs/lightning-app"
@@ -11,7 +11,7 @@ depends=()
_appname="Lightning-linux-x86_64v${pkgver}-alpha.AppImage"
source=("https://github.com/lightninglabs/lightning-app/releases/download/v${pkgver}-alpha/${_appname}")
noextract=()
-sha256sums=('SKIP')
+sha512sums=('55e438dad47e7a8ed3aaa8612a86427f77a6193fd523735f6d7c2f12d27909febc9176c125425152894c36a97f426e24fee8ca3d9370d047c1558ff38d078333')
validpgpkeys=()
prepare() {