summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-05-15 20:44:34 -0400
committerDavid Parrish2018-05-15 20:47:27 -0400
commit9c8b73f212fcb8ad6e080ce8307282dcfb3641e6 (patch)
tree5a630f860f0440c94322552f184ea345bdf59391
parent946ea197c29fdf120b31ef97f9dffa1ceedf9cf3 (diff)
downloadaur-9c8b73f212fcb8ad6e080ce8307282dcfb3641e6.tar.gz
Update version to 0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8fe966d361..43950cf090f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 28 10:55:04 UTC 2018
+# Wed May 16 00:47:09 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.7
+ pkgver = 0.7.0
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.7/Bisq-64bit-0.6.7.deb
- md5sums_x86_64 = 42e9359842aa51c30dd109b5c74418f2
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.7.0/Bisq-64bit-0.7.0.deb
+ md5sums_x86_64 = 13f993c7e45f09e3dea17b7007e988ca
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8afdecf31b2..5f5312dc311f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.7
+pkgver=0.7.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=('42e9359842aa51c30dd109b5c74418f2')
+md5sums_x86_64=('13f993c7e45f09e3dea17b7007e988ca')
_binname=Bisq
conflicts=("bisq")
provides=("bisq")