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 86f80aba8ac7..c580081ef53b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 0.2.4
+ pkgver = 0.2.5
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.4/Neon_0.2.4_amd64.Linux.deb
- sha256sums_x86_64 = 77bebd5cf5e690dac0abacc21c12015e6f4fe088adb2e8a2709d74bbf9041e23
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/0.2.5/Neon_0.2.5_amd64.Linux.deb
+ sha256sums_x86_64 = 5477c07d9014694efbd987ef8dccc7ffdf9bb4c888993cf7d69b274e6970e215
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5940855ccbef..4522f19bd8b0 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.4
+pkgver=0.2.5
pkgrel=1
arch=('x86_64')
deb_package="Neon_${pkgver}_amd64.Linux.deb"
source_x86_64=(
"${url}/releases/download/${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(77bebd5cf5e690dac0abacc21c12015e6f4fe088adb2e8a2709d74bbf9041e23)
+sha256sums_x86_64=(5477c07d9014694efbd987ef8dccc7ffdf9bb4c888993cf7d69b274e6970e215)
install=neon-wallet-bin.install