summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c879d2b84840..a0b86f1216c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.1.2
+ pkgver = 0.1.3
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.2/Neon_0.1.2_amd64.Linux.deb
- sha256sums_x86_64 = 5bdc5eb698573942a9e7181b65ea025eb418a4e287bb62792f9acf40f17ce8eb
+ 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
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98828904d0e3..9a515e8b3c13 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.2
+pkgver=0.1.3
pkgrel=1
arch=('x86_64')
deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(5bdc5eb698573942a9e7181b65ea025eb418a4e287bb62792f9acf40f17ce8eb)
+sha256sums_x86_64=(2811ad6f089d2a4feedd180a774112eea42246a1d11e3a81eaeb17383fd02f94)
install=neon-wallet-bin.install