summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e9b2d72dc02..0f162d575511 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 = 1.5.9
+ pkgver = 1.6.1
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.9/Bisq-64bit-1.5.9.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.9/Bisq-64bit-1.5.9.deb.asc
- sha512sums_x86_64 = efbe90315a9c317fcce39211611ea55f08c5b67fd15904f99358ef43bf7c7de1b9763ac7f4acb48202145c9490cb8a68e86ab257fc51fa8617b157b9b6a53ad9
- sha512sums_x86_64 = af99496391f9d4c534037d82abc3fb5a2ab872a0c5b22bc91dc1bdd2c23585ce71ba0f68d27ebfd29709bdec89c685eb85aa36e886e783440d6a9ccd2db0ed60
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.6.1/Bisq-64bit-1.6.1.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.6.1/Bisq-64bit-1.6.1.deb.asc
+ sha512sums_x86_64 = b89bc3fcef482d0a28b8e493820f05c800cbe7c50d128ccc734be81320fdfc30ff8a73a9acd63a9a1c1d46e82bbbd1b5e96ed345ed8cba2c8d0b16dc5ed34f1c
+ sha512sums_x86_64 = ac5b0cb8e62fd4c4e487848781e2408d3c5eafe2f8f32e8f925d85c7258aadc9dcb201e4e733508cf2ddb9073be86854c9de1946c93f3629baefb482ad0ad79e
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31c799449cc1..bcdeca16712d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.5.9
+pkgver=1.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')
@@ -10,8 +10,8 @@ license=('AGPL3')
depends=('jdk11-openjdk' '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=('efbe90315a9c317fcce39211611ea55f08c5b67fd15904f99358ef43bf7c7de1b9763ac7f4acb48202145c9490cb8a68e86ab257fc51fa8617b157b9b6a53ad9'
- 'af99496391f9d4c534037d82abc3fb5a2ab872a0c5b22bc91dc1bdd2c23585ce71ba0f68d27ebfd29709bdec89c685eb85aa36e886e783440d6a9ccd2db0ed60')
+sha512sums_x86_64=('b89bc3fcef482d0a28b8e493820f05c800cbe7c50d128ccc734be81320fdfc30ff8a73a9acd63a9a1c1d46e82bbbd1b5e96ed345ed8cba2c8d0b16dc5ed34f1c'
+ 'ac5b0cb8e62fd4c4e487848781e2408d3c5eafe2f8f32e8f925d85c7258aadc9dcb201e4e733508cf2ddb9073be86854c9de1946c93f3629baefb482ad0ad79e')
_binname=Bisq
conflicts=("bisq" "bisq-git")
provides=("bisq-bin")