summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--neon-wallet-bin.install13
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691615a0bc8c..aa07409217f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.2.6
+ pkgver = 0.2.7
pkgrel = 1
url = https://github.com/CityOfZion/neon-wallet
install = neon-wallet-bin.install
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.2.6/Neon-0.2.6_amd64.Linux.deb
- sha256sums_x86_64 = cf11e8b889adecb5f608e9a8ca2f45335fbe566997d63277564e337afe9b4ca0
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.2.7/Neon-0.2.7_amd64.Linux.deb
+ sha256sums_x86_64 = 632fdd2221614e73d332b790165abd86ccaae158d2b7b7929dc06ef67b726a18
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79d1a12c4cbe..fe37c2f4db12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=neon-wallet-bin
pkgdesc='Lightweight Wallet for the NEO CryptoCurrency'
license=('MIT')
url='https://github.com/CityOfZion/neon-wallet'
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
arch=('x86_64')
deb_package="Neon-${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(cf11e8b889adecb5f608e9a8ca2f45335fbe566997d63277564e337afe9b4ca0)
+sha256sums_x86_64=(632fdd2221614e73d332b790165abd86ccaae158d2b7b7929dc06ef67b726a18)
install=neon-wallet-bin.install
diff --git a/neon-wallet-bin.install b/neon-wallet-bin.install
index 6ebc00925cfa..b3da229d0b20 100644
--- a/neon-wallet-bin.install
+++ b/neon-wallet-bin.install
@@ -1,13 +1,6 @@
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() {
if [ ! -e /usr/bin/neon-wallet ]; then
@@ -17,12 +10,6 @@ post_upgrade() {
echo "Symlink already present, not reinstalling"
fi
echo \
- "####################################
-If you're using the Neon App, please
-ensure you're using version 1.1.1 or
-above
-####################################"
-}
post_remove() {
echo "Symlink to /usr/bin/neon-wallet has been removed"