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 a16b2da0d468..d10e395524f6 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.9.8
+ pkgver = 1.9.9
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = bisq-bin
provides = bisq-bin
conflicts = bisq
conflicts = bisq-git
- validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.8/Bisq-64bit-1.9.8.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.8/Bisq-64bit-1.9.8.deb.asc
- sha512sums_x86_64 = b8b5a5f076624721760eee8f3251f41ddba4d74936e66d6b45ce3944489b2ee032714628a8e79d6905650949ca493443f9a830820d27b0644448a41e33052c21
+ validpgpkeys = B493319106CC3D1F252E19CBF806F422E222AA02
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.9/Bisq-64bit-1.9.9.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.9/Bisq-64bit-1.9.9.deb.asc
+ sha512sums_x86_64 = 220a959741c7c9a7e2ec7c8a6b51ce18564e2aeb5c8e115cdb69594df68daf4e25214b15b5bb311e17abbc371763c9870d82bae3912cafd343821f9831e20155
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c465092815c..8ef5752d39a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.8
+pkgver=1.9.9
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=('jdk-openjdk')
-validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
+validpgpkeys=('B493319106CC3D1F252E19CBF806F422E222AA02')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('b8b5a5f076624721760eee8f3251f41ddba4d74936e66d6b45ce3944489b2ee032714628a8e79d6905650949ca493443f9a830820d27b0644448a41e33052c21'
+sha512sums_x86_64=('220a959741c7c9a7e2ec7c8a6b51ce18564e2aeb5c8e115cdb69594df68daf4e25214b15b5bb311e17abbc371763c9870d82bae3912cafd343821f9831e20155'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")