summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-01-11 08:56:59 -0500
committerDavid Parrish2018-01-11 08:56:59 -0500
commit08a43b2647b7b663d7ecfa7bb97e358618998021 (patch)
tree2a092486c1d94a159081733cfce3afee34f3349c
parent5c93cb21814ab50ae452ed924487b43e2c6e5dc7 (diff)
downloadaur-08a43b2647b7b663d7ecfa7bb97e358618998021.tar.gz
Update version to 0.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0938860353b3..621c7c8dae82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Dec 21 14:55:58 UTC 2017
+# Thu Jan 11 13:56:33 UTC 2018
pkgbase = bisq-bin
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.2/Bisq-64bit-0.6.2.deb
- md5sums_x86_64 = 927c88cb067983c3c033477f37d0fcd1
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.3/Bisq-64bit-0.6.3.deb
+ md5sums_x86_64 = 8bc6429fcd529fabecb4442b80a81eea
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0d893d464442..15bfcf0cc67f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('x86_64')
url="https://bitsquare.io/"
license=('AGPL3')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb")
-md5sums_x86_64=('927c88cb067983c3c033477f37d0fcd1')
+md5sums_x86_64=('8bc6429fcd529fabecb4442b80a81eea')
_binname=Bisq
prepare() {