summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2017-11-23 07:37:19 -0500
committerDavid Parrish2017-11-23 07:38:03 -0500
commitded69aaaf37d4de6ff8457efa1aebb2ed6054fdf (patch)
treed1d6e716932f21544acf7080d2540684e9d59ff5
parent56be3cf3a3dca7cbc14195420bb7c4dc337fd80b (diff)
downloadaur-ded69aaaf37d4de6ff8457efa1aebb2ed6054fdf.tar.gz
Update version to 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbe50ade9568..f7f26f0cb40a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jul 23 05:05:21 UTC 2017
+# Thu Nov 23 12:36:51 UTC 2017
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.5.3
+ pkgver = 0.6.0
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.5.3/Bisq-64bit-0.5.3.deb
- md5sums_x86_64 = d369ab8bf7709d7c5a470f4b97db5280
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.0/Bisq-64bit-0.6.0.deb
+ md5sums_x86_64 = 2ca6e01f35cd923b81547baa5a681871
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index cbd1aa589d20..6cd1cb23ca3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.5.3
+pkgver=0.6.0
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=('d369ab8bf7709d7c5a470f4b97db5280')
+md5sums_x86_64=('2ca6e01f35cd923b81547baa5a681871')
_binname=Bisq
prepare() {