summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-02-28 05:55:42 -0500
committerDavid Parrish2018-02-28 05:55:42 -0500
commit946ea197c29fdf120b31ef97f9dffa1ceedf9cf3 (patch)
tree4bc5e0604f92907ca9b8d3120138107cbd86d09a
parent303d2552992f1fd622fe380d9dc9fa725bfa2c0a (diff)
downloadaur-946ea197c29fdf120b31ef97f9dffa1ceedf9cf3.tar.gz
Update version to 0.6.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79aacd9e5070..7a8fe966d361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 15:40:30 UTC 2018
+# Wed Feb 28 10:55:04 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.6
+ pkgver = 0.6.7
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
provides = bisq
conflicts = bisq
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.6/Bisq-64bit-0.6.6.deb
- md5sums_x86_64 = c7cfa756b71c204136a799f0871d494a
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.7/Bisq-64bit-0.6.7.deb
+ md5sums_x86_64 = 42e9359842aa51c30dd109b5c74418f2
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index bc905491cdc1..e8afdecf31b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.6
+pkgver=0.6.7
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=('c7cfa756b71c204136a799f0871d494a')
+md5sums_x86_64=('42e9359842aa51c30dd109b5c74418f2')
_binname=Bisq
conflicts=("bisq")
provides=("bisq")