summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-08-23 11:00:58 -0400
committerDavid Parrish2018-08-23 11:00:58 -0400
commitb94f74be1e7fed9f60849cc9d1aa9cf03d5860f3 (patch)
tree16475111d25b92ed8348e5a2459a88891b07cc5b
parent072484d4faf0ed8c11748bb9c1e6ca396be9f8c9 (diff)
downloadaur-b94f74be1e7fed9f60849cc9d1aa9cf03d5860f3.tar.gz
Update to version 0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ddbebaecd9..d78fab3fd586 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 18 14:21:34 UTC 2018
+# Thu Aug 23 15:00:42 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.7.1
- pkgrel = 3
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://bisq.network
arch = x86_64
license = AGPL3
@@ -11,8 +11,8 @@ pkgbase = bisq-bin
depends = gtk2
provides = bisq
conflicts = bisq
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.7.1/Bisq-64bit-0.7.1.deb
- md5sums_x86_64 = 274ae3ce226a1c753fa81e5e05f7e4b4
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.8.0/Bisq-64bit-0.8.0.deb
+ md5sums_x86_64 = 8d4d25417bdc345535a3e3af4c274c64
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3cc059ef8627..c97ba3165211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.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://bisq.network"
license=('AGPL3')
depends=('java-openjfx' 'gtk2')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb")
-md5sums_x86_64=('274ae3ce226a1c753fa81e5e05f7e4b4')
+md5sums_x86_64=('8d4d25417bdc345535a3e3af4c274c64')
_binname=Bisq
conflicts=("bisq")
provides=("bisq")