summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d2eaa7fa2f0..79aacd9e5070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 4 16:17:21 UTC 2018
+# Sun Feb 25 15:40:30 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.5
+ pkgver = 0.6.6
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.5/Bisq-64bit-0.6.5.deb
- md5sums_x86_64 = 89437ac451970118f78427f7415045d5
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.6/Bisq-64bit-0.6.6.deb
+ md5sums_x86_64 = c7cfa756b71c204136a799f0871d494a
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index b6691d3a00ee..bc905491cdc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.5
+pkgver=0.6.6
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=('89437ac451970118f78427f7415045d5')
+md5sums_x86_64=('c7cfa756b71c204136a799f0871d494a')
_binname=Bisq
conflicts=("bisq")
provides=("bisq")