summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--neon-wallet.install15
3 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8271e9fb77f..77ef2ddd6f68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.0.8
+ pkgver = 0.0.9
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.8/Neon_0.0.8_amd64.deb
- sha256sums_x86_64 = fbe86ff45fd769e55b9d6558323bfe21a0626489b074e968ddaed22f86c65e36
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.0.9/Neon_0.0.9_amd64.Linux.deb
+ sha256sums_x86_64 = 7eaebe3e9fa6d8394325efe3c768feedbc4703748c6c71fdb6ca0d68bd8cff17
pkgname = neon-wallet
diff --git a/PKGBUILD b/PKGBUILD
index b2f5f5cff57a..07d7884814bf 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.8
+pkgver=0.0.9
pkgrel=1
arch=('x86_64')
-deb_package="Neon_${pkgver}_amd64.deb"
+deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(fbe86ff45fd769e55b9d6558323bfe21a0626489b074e968ddaed22f86c65e36)
+sha256sums_x86_64=(7eaebe3e9fa6d8394325efe3c768feedbc4703748c6c71fdb6ca0d68bd8cff17)
install=neon-wallet.install
diff --git a/neon-wallet.install b/neon-wallet.install
index 39051738aa1b..6ebc00925cfa 100644
--- a/neon-wallet.install
+++ b/neon-wallet.install
@@ -1,6 +1,12 @@
post_install() {
echo "Symlink has been installed for /usr/bin/neon-wallet"
ln -s /opt/Neon/neon /usr/bin/neon-wallet
+ echo \
+ "####################################
+If you're using the Neon App, please
+ensure you're using version 1.1.1 or
+above
+####################################"
}
post_upgrade() {
@@ -10,9 +16,12 @@ post_upgrade() {
else
echo "Symlink already present, not reinstalling"
fi
- echo "#######################################################"
- echo "Please upgrade your Ledger software too if you have one"
- echo "#######################################################"
+ echo \
+ "####################################
+If you're using the Neon App, please
+ensure you're using version 1.1.1 or
+above
+####################################"
}
post_remove() {