summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2019-04-09 17:53:07 -0400
committerDavid Parrish2019-04-09 17:53:07 -0400
commit8bc72ef5cf801974b53a76dbcfd833af449216bf (patch)
treec53927e6c73b05dbb584f7105ff797c7f23195fd
parentc4fcf5558703c2d3ae332021b6a9ada8a6f4739a (diff)
downloadaur-8bc72ef5cf801974b53a76dbcfd833af449216bf.tar.gz
v0.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb0f87a49305..f0fd20b5a7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.7/Bisq-64bit-0.9.7.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.7/Bisq-64bit-0.9.7.deb.asc
- sha512sums_x86_64 = 28db1be4db2b947d29ce775568066fbb10601af8cb7520bac84eb4f42d28f98e1c4bf46952d423732d4a975def11c9a07b430b5467b582ff7b3df000830c62d2
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.8/Bisq-64bit-0.9.8.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.8/Bisq-64bit-0.9.8.deb.asc
+ sha512sums_x86_64 = d898a19461d70d9b0befd1fd06e9e7b2f276243cfb79dc26bc07bac10d39c251cb35f79758b005df69a34501fb208ec2744ce9cbacaabaf4bc011b19b8ba55d7
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index b1ad8a3831af..2204fd4d7a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.7
+pkgver=0.9.8
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')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('java-runtime' 'gtk2' 'libnet')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('28db1be4db2b947d29ce775568066fbb10601af8cb7520bac84eb4f42d28f98e1c4bf46952d423732d4a975def11c9a07b430b5467b582ff7b3df000830c62d2'
+sha512sums_x86_64=('d898a19461d70d9b0befd1fd06e9e7b2f276243cfb79dc26bc07bac10d39c251cb35f79758b005df69a34501fb208ec2744ce9cbacaabaf4bc011b19b8ba55d7'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")