summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-01-22 09:01:12 -0500
committerDavid Parrish2018-01-22 09:01:12 -0500
commit9abb26dafa9014e03d587ac902a0c9470df62485 (patch)
treed32e6fea0b2ef6f29f4d046ee78628eec66901f5
parent08a43b2647b7b663d7ecfa7bb97e358618998021 (diff)
downloadaur-9abb26dafa9014e03d587ac902a0c9470df62485.tar.gz
Update version to 0.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621c7c8dae82..56f71d010f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Jan 11 13:56:33 UTC 2018
+# Mon Jan 22 14:00:41 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.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.3/Bisq-64bit-0.6.3.deb
- md5sums_x86_64 = 8bc6429fcd529fabecb4442b80a81eea
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.4/Bisq-64bit-0.6.4.deb
+ md5sums_x86_64 = 220c1862e3e5826f5e096dafb6bc2a11
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15bfcf0cc67f..77b969b82d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.3
+pkgver=0.6.4
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=('8bc6429fcd529fabecb4442b80a81eea')
+md5sums_x86_64=('220c1862e3e5826f5e096dafb6bc2a11')
_binname=Bisq
prepare() {