summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Gómez2022-03-06 15:41:27 +0000
committerPablo Gómez2022-03-06 15:41:27 +0000
commit24c40d7d2d9c97a83867f4c9c574fb0e59191487 (patch)
tree3b9d4640243d811c11f108a4f61959ac5846b0b4
parent05a011e734adbc4d3e8cba14bc419245a96fb3be (diff)
downloadaur-24c40d7d2d9c97a83867f4c9c574fb0e59191487.tar.gz
Bump to v2.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1749542180b..fc6137f08327 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = neon-wallet-bin
pkgdesc = Lightweight Wallet for the NEO CryptoCurrency
- pkgver = 2.11.0
+ pkgver = 2.12.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/v2.11.0/Neon.2.11.0.deb
- sha256sums_x86_64 = 9844b4de59bd0b659fa7335916f790a3e0fd4a58697bf83a59934d818ec2e683
+ source_x86_64 = https://github.com/CityOfZion/neon-wallet/releases/download/v2.12.5/Neon.2.12.5.deb
+ sha256sums_x86_64 = 8c65814cba4e57c66b7dfe7e5b1aee99b357bc85dee90010fefefe025ce4efa2
pkgname = neon-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7aea7cbacd6..2c175b6f6715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgname=neon-wallet-bin
pkgdesc='Lightweight Wallet for the NEO CryptoCurrency'
license=('MIT')
url='https://github.com/CityOfZion/neon-wallet'
-pkgver=2.11.0
+pkgver=2.12.5
pkgrel=1
arch=('x86_64')
deb_package="Neon.${pkgver}.deb"
source_x86_64=(
"${url}/releases/download/v${pkgver}/${deb_package}"
)
-sha256sums_x86_64=(9844b4de59bd0b659fa7335916f790a3e0fd4a58697bf83a59934d818ec2e683)
+sha256sums_x86_64=(8c65814cba4e57c66b7dfe7e5b1aee99b357bc85dee90010fefefe025ce4efa2)
install=neon-wallet-bin.install