summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStevesAMonkey2018-01-04 22:13:17 +1030
committerStevesAMonkey2018-01-04 22:13:17 +1030
commitd3416bb61c525607708874fe9c4d20d95e95de3e (patch)
treeece09b78f5ce0de0740aeacd851222b9da4edf06
parent301f520a8945e59a6c1db11e6c2dc53360c32cc6 (diff)
downloadaur-d3416bb61c525607708874fe9c4d20d95e95de3e.tar.gz
Update to 0.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--neon-wallet.install3
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 358feb923e41..a8271e9fb77f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://github.com/CityOfZion/neon-wallet
install = neon-wallet.install
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.0.7/Neon-0.0.7_amd64.Linux.deb
- sha256sums_x86_64 = 0a2b432f0c8e50369a55b40ad9d3fd636b19028e1692c7d4254e0b77a27d8d78
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.0.8/Neon_0.0.8_amd64.deb
+ sha256sums_x86_64 = fbe86ff45fd769e55b9d6558323bfe21a0626489b074e968ddaed22f86c65e36
pkgname = neon-wallet
diff --git a/PKGBUILD b/PKGBUILD
index fa81a9338071..b2f5f5cff57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=neon-wallet
pkgdesc='Lightweight Wallet for the NEO CryptoCurrency'
license=('MIT')
url='https://github.com/CityOfZion/neon-wallet'
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
arch=('x86_64')
-deb_package="Neon-${pkgver}_amd64.Linux.deb"
+deb_package="Neon_${pkgver}_amd64.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(0a2b432f0c8e50369a55b40ad9d3fd636b19028e1692c7d4254e0b77a27d8d78)
+sha256sums_x86_64=(fbe86ff45fd769e55b9d6558323bfe21a0626489b074e968ddaed22f86c65e36)
install=neon-wallet.install
diff --git a/neon-wallet.install b/neon-wallet.install
index 5eec15ac7cb3..39051738aa1b 100644
--- a/neon-wallet.install
+++ b/neon-wallet.install
@@ -10,6 +10,9 @@ post_upgrade() {
else
echo "Symlink already present, not reinstalling"
fi
+ echo "#######################################################"
+ echo "Please upgrade your Ledger software too if you have one"
+ echo "#######################################################"
}
post_remove() {