summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStevesAMonkey2018-02-21 14:19:07 +1030
committerStevesAMonkey2018-02-21 14:19:07 +1030
commitec6fcc76381e829b392728bca325b827b1bb4955 (patch)
treedac15e31978fb442091bfc10cf2c9919550de3a2
parent112ff3f6099e49d70098238d16d299794287d92b (diff)
downloadaur-ec6fcc76381e829b392728bca325b827b1bb4955.tar.gz
Update to 0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b86f1216c8..8154c052afc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.1.3
+ pkgver = 0.1.4
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.1.3/Neon_0.1.3_amd64.Linux.deb
- sha256sums_x86_64 = 2811ad6f089d2a4feedd180a774112eea42246a1d11e3a81eaeb17383fd02f94
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.1.4/Neon_0.1.4_amd64.Linux.deb
+ sha256sums_x86_64 = 30205403ce8db6a37714e42300417f983a80ef5d0700faf6c93334c14d70bee4
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a515e8b3c13..f110c11fea42 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.1.3
+pkgver=0.1.4
pkgrel=1
arch=('x86_64')
deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(2811ad6f089d2a4feedd180a774112eea42246a1d11e3a81eaeb17383fd02f94)
+sha256sums_x86_64=(30205403ce8db6a37714e42300417f983a80ef5d0700faf6c93334c14d70bee4)
install=neon-wallet-bin.install