summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2017-11-28 08:23:03 -0500
committerDavid Parrish2017-11-28 08:23:03 -0500
commit44d1c85660f0e67d7f0aa7804293e084d2ec8226 (patch)
tree3d2d03df27ce823b8bdb88fa5d7b4ada913632c5
parentded69aaaf37d4de6ff8457efa1aebb2ed6054fdf (diff)
downloadaur-44d1c85660f0e67d7f0aa7804293e084d2ec8226.tar.gz
Update to version 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f26f0cb40a..501f1b9d18bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Nov 23 12:36:51 UTC 2017
+# Tue Nov 28 13:22:45 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.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.0/Bisq-64bit-0.6.0.deb
- md5sums_x86_64 = 2ca6e01f35cd923b81547baa5a681871
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.6.1/Bisq-64bit-0.6.1.deb
+ md5sums_x86_64 = 2bdfa7f5c70834ddfda7c5dc2e9434ed
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6cd1cb23ca3d..f682c32b39eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.6.0
+pkgver=0.6.1
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=('2ca6e01f35cd923b81547baa5a681871')
+md5sums_x86_64=('2bdfa7f5c70834ddfda7c5dc2e9434ed')
_binname=Bisq
prepare() {