summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7e07ef53499..bb0f87a49305 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.6
+ pkgver = 0.9.7
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.6/Bisq-64bit-0.9.6.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.6/Bisq-64bit-0.9.6.deb.asc
- sha512sums_x86_64 = 28970d079dee99354a50d1cda955f4fc7bfbfc152e309b3da859f7b38df960817bffc10ec0f220fcc2155e0856fdfe8243a509f94c5f0b3122dfa98e728dfc53
+ 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
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index d3623e002243..b1ad8a3831af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.6
+pkgver=0.9.7
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=('28970d079dee99354a50d1cda955f4fc7bfbfc152e309b3da859f7b38df960817bffc10ec0f220fcc2155e0856fdfe8243a509f94c5f0b3122dfa98e728dfc53'
+sha512sums_x86_64=('28db1be4db2b947d29ce775568066fbb10601af8cb7520bac84eb4f42d28f98e1c4bf46952d423732d4a975def11c9a07b430b5467b582ff7b3df000830c62d2'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")