summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2023-07-15 13:19:25 -0400
committerDavid Parrish2023-07-15 13:19:25 -0400
commitd8591e5b5f93a9b335f5ea8a4564666708ebb0bd (patch)
treee6af0fadb9a7e272d64966451ba4188bddb3d8cf
parentdbf850121a722926aee2a483aa0f089d7ce85833 (diff)
downloadaur-d8591e5b5f93a9b335f5ea8a4564666708ebb0bd.tar.gz
Update to version 1.9.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e8dca2551c..fc90a677e333 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.10
+ pkgver = 1.9.12
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.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
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.12/Bisq-64bit-1.9.12.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.12/Bisq-64bit-1.9.12.deb.asc
+ sha512sums_x86_64 = b6cc14e02f682040c29ad5f78bbe4fd3b57980c9a8acc1f274d7ac006e10721936408180bf64a2c9312dcbb8879098908fbbb2a6332497799b03991bb31e605a
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d9aa4ea52b6..579db880656b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.10
+pkgver=1.9.12
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=('94136a50b46590000aee6677cdfac728df0f78d4948f7b4b77cb3a74051a3db666febb21362a8049e58881352a58bfe039fc98b08bdedb6985df9514ee4f7b8e'
+sha512sums_x86_64=('b6cc14e02f682040c29ad5f78bbe4fd3b57980c9a8acc1f274d7ac006e10721936408180bf64a2c9312dcbb8879098908fbbb2a6332497799b03991bb31e605a'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")