summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStevesAMonkey2018-08-10 09:57:36 +0930
committerStevesAMonkey2018-08-10 09:57:36 +0930
commit953aaccae394e4357cdb4dd7667add5e36813cc5 (patch)
tree4d441d12cae19fff4c9dd8b4185a799fa2e8f52a
parentbef3bfbd2d123feb48e9b829982ced68a9747eb4 (diff)
downloadaur-953aaccae394e4357cdb4dd7667add5e36813cc5.tar.gz
Finally segfault fixed; update to 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accde8be71d4..2ae04ff6456a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = byteball
pkgdesc = Byteball cryptocurrency wallet client.
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = byteball.org
install = byteball.install
@@ -26,8 +26,8 @@ pkgbase = byteball
depends = gtk2
depends = libexif
options = !strip
- source = https://github.com/byteball/byteball/releases/download/v2.4.1/byteball-linux64.zip
- sha256sums = b4cab473165f0aea8862fde8c249a4bd9d142bbdca6c52f8a41a3a894e5edba2
+ source = https://github.com/byteball/byteball/releases/download/v2.4.2/byteball-linux64.zip
+ sha256sums = 0bf784b55228b115c7772b7677fa35fe230369caf20cdf97ec14f5026822f1e3
pkgname = byteball
diff --git a/PKGBUILD b/PKGBUILD
index 1f404035e263..e184864043c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephen Argent <steve [at] tuxcon [dot] com>
pkgname=('byteball')
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="Byteball cryptocurrency wallet client."
arch=('x86_64')
@@ -28,7 +28,7 @@ depends=('binutils'
'gtk2'
'libexif')
source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/byteball-linux64.zip)
-sha256sums=('b4cab473165f0aea8862fde8c249a4bd9d142bbdca6c52f8a41a3a894e5edba2')
+sha256sums=('0bf784b55228b115c7772b7677fa35fe230369caf20cdf97ec14f5026822f1e3')
install="$pkgname.install"
package() {
unzip -o "${srcdir}/byteball-linux64.zip"