summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2023-10-14 13:56:11 -0400
committerDavid Parrish2023-10-14 13:56:11 -0400
commit3d9ac53071954e9665ad3f782bfb6a4d1ff17a35 (patch)
tree3b8ead2e4efdb2f7f2eb94030855f489724dcb24
parentd8591e5b5f93a9b335f5ea8a4564666708ebb0bd (diff)
downloadaur-3d9ac53071954e9665ad3f782bfb6a4d1ff17a35.tar.gz
Update to version 1.9.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc90a677e333..92a4798d7e8b 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.12
+ pkgver = 1.9.14
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.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
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.14/Bisq-64bit-1.9.14.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.14/Bisq-64bit-1.9.14.deb.asc
+ sha512sums_x86_64 = d66211b27df787b2eec2e200f4b60f21b3211cd492395c9e2bd3019d76c6e9fa2eb167e4eeaf0a4e229e881b79d8e9f1ac643de804d7521531a96fbb48c3f762
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 579db880656b..615475fd529b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.12
+pkgver=1.9.14
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=('b6cc14e02f682040c29ad5f78bbe4fd3b57980c9a8acc1f274d7ac006e10721936408180bf64a2c9312dcbb8879098908fbbb2a6332497799b03991bb31e605a'
+sha512sums_x86_64=('d66211b27df787b2eec2e200f4b60f21b3211cd492395c9e2bd3019d76c6e9fa2eb167e4eeaf0a4e229e881b79d8e9f1ac643de804d7521531a96fbb48c3f762'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")