summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2023-05-02 18:27:11 -0400
committerDavid Parrish2023-05-02 18:27:11 -0400
commitdbf850121a722926aee2a483aa0f089d7ce85833 (patch)
tree8f44ae90f76729da08fb0e02c87233812cc45b82
parent47575f7024a6a4f2196f29e921b49579ae3fbdc1 (diff)
downloadaur-dbf850121a722926aee2a483aa0f089d7ce85833.tar.gz
Update to version 1.9.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d10e395524f6..02e8dca2551c 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.9
+ pkgver = 1.9.10
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
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
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.10/Bisq-64bit-1.9.10.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.10/Bisq-64bit-1.9.10.deb.asc
+ sha512sums_x86_64 = 94136a50b46590000aee6677cdfac728df0f78d4948f7b4b77cb3a74051a3db666febb21362a8049e58881352a58bfe039fc98b08bdedb6985df9514ee4f7b8e
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8ef5752d39a6..3d9aa4ea52b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.9
+pkgver=1.9.10
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=('jdk-openjdk')
validpgpkeys=('B493319106CC3D1F252E19CBF806F422E222AA02')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('220a959741c7c9a7e2ec7c8a6b51ce18564e2aeb5c8e115cdb69594df68daf4e25214b15b5bb311e17abbc371763c9870d82bae3912cafd343821f9831e20155'
+sha512sums_x86_64=('94136a50b46590000aee6677cdfac728df0f78d4948f7b4b77cb3a74051a3db666febb21362a8049e58881352a58bfe039fc98b08bdedb6985df9514ee4f7b8e'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")