summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStevesAMonkey2020-05-07 16:36:15 +0930
committerStevesAMonkey2020-05-07 16:36:15 +0930
commit772099f7f2c175ad975635f23aad7eeb53ebc7ae (patch)
tree464073957d8ca83ee52784c6a9ad099cf73ec1ab
parent4dfa37163702e9bc4eb739b877953f6b2997e08a (diff)
downloadaur-772099f7f2c175ad975635f23aad7eeb53ebc7ae.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9f579ca7ce..e07f8363264a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 2.4.0
+ pkgver = 2.5.0
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/2.4.0/Neon-2.4.0_amd64.Linux.deb
- sha256sums_x86_64 = c4ce999595515b61a45203c8ef89fa2e893e46996b0a6190f118d6ab02ef8cc9
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/2.5.0/Neon-2.5.0_amd64.Linux.deb
+ sha256sums_x86_64 = e7e90dd686a9028b56d9c5326b79099d6ac6831412b482d0bcdfbbb888e11102
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index f8583c430c11..9921fb7e2884 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=2.4.0
+pkgver=2.5.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=(c4ce999595515b61a45203c8ef89fa2e893e46996b0a6190f118d6ab02ef8cc9)
+sha256sums_x86_64=(e7e90dd686a9028b56d9c5326b79099d6ac6831412b482d0bcdfbbb888e11102)
install=neon-wallet-bin.install