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 77ef2ddd6f68..66ba4622e5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.0.9
+ pkgver = 0.1.0
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.9/Neon_0.0.9_amd64.Linux.deb
- sha256sums_x86_64 = 7eaebe3e9fa6d8394325efe3c768feedbc4703748c6c71fdb6ca0d68bd8cff17
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.1.0/Neon_0.1.0_amd64.Linux.deb
+ sha256sums_x86_64 = 45bf521b4c911ba3ac0bda2bc6a4dfefc92ce5777a0da0bec800f974cee8c603
pkgname = neon-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 07d7884814bf..b17237c3ab28 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.9
+pkgver=0.1.0
pkgrel=1
arch=('x86_64')
deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(7eaebe3e9fa6d8394325efe3c768feedbc4703748c6c71fdb6ca0d68bd8cff17)
+sha256sums_x86_64=(45bf521b4c911ba3ac0bda2bc6a4dfefc92ce5777a0da0bec800f974cee8c603)
install=neon-wallet.install