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 5e81ec09b5d8..c0b0416e207a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.2.1
+ pkgver = 0.2.2
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.1/Neon_0.2.1_amd64.Linux.deb
- sha256sums_x86_64 = 981133a3d8652b8d16ada87020b3cf4fa2378e3b7dd382298feb8b2712bcaf8f
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.2.2/Neon_0.2.2_amd64.Linux.deb
+ sha256sums_x86_64 = 39ce11c48e1b38c72db45b997355204bcac2a03ffda11cb7871139154b854915
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 470595150ac3..95e707bdc2b5 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.1
+pkgver=0.2.2
pkgrel=1
arch=('x86_64')
deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(981133a3d8652b8d16ada87020b3cf4fa2378e3b7dd382298feb8b2712bcaf8f)
+sha256sums_x86_64=(39ce11c48e1b38c72db45b997355204bcac2a03ffda11cb7871139154b854915)
install=neon-wallet-bin.install