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 6e4cc05f36ea..72aff070fa1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.0.5
+ pkgver = 0.0.6
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.5/Linux.Neon_0.0.5_amd64.deb
- sha256sums_x86_64 = b581c54f9439c3eba5b1624e6ff075db255be18fc7b3ebe473d55802365458cb
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.0.6/Linux.Neon_0.0.6_amd64.deb
+ sha256sums_x86_64 = a718f352cbd66e1f3e67591d21127c48d3491d279b98b62aa35b61533362617c
pkgname = neon-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 69c4babb7b91..764297229089 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.5
+pkgver=0.0.6
pkgrel=1
arch=('x86_64')
source_x86_64=(
"${url}/releases/download/${pkgver}/Linux.Neon_${pkgver}_amd64.deb"
)
-sha256sums_x86_64=(b581c54f9439c3eba5b1624e6ff075db255be18fc7b3ebe473d55802365458cb)
+sha256sums_x86_64=(a718f352cbd66e1f3e67591d21127c48d3491d279b98b62aa35b61533362617c)
install=neon-wallet.install