summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnybash2024-06-24 08:06:05 +0200
committerjohnnybash2024-06-24 08:06:05 +0200
commitcefe9cbe3f3f7556b7bf5c81e309cd048e191c16 (patch)
tree443192129fd512054fd91b44861bf453c369913e
parentd8c26ee70bd9b78524cf217edc25c59b53e3c0c8 (diff)
downloadaur-cefe9cbe3f3f7556b7bf5c81e309cd048e191c16.tar.gz
upgpkg: bisq-bin 1.9.17-1
upstream release new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f93bc19d639..1f7307aec1d2 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.16
+ pkgver = 1.9.17
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.16/Bisq-64bit-1.9.16.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.16/Bisq-64bit-1.9.16.deb.asc
- sha512sums_x86_64 = 7736e51fa233c8284bf563416afcd8935cdbcfc307fc7c10fe88a57550ca4b754d069d613b3abd970b0de5f194028ce831749567af4f61490792cd10539e152c
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.17/Bisq-64bit-1.9.17.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.17/Bisq-64bit-1.9.17.deb.asc
+ sha512sums_x86_64 = 60f74e4a38c97d6e8ea542c1bf59f08be4952599782c0b45479194fb5c05b8b5743f367c018a64d0eea44c7640860b5354dd67c17fa93130ae32210fcd9e7821
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c4f8a26de15..181fba1008c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.16
+pkgver=1.9.17
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=('AGPL-3.0-only')
depends=('java-runtime')
validpgpkeys=('B493319106CC3D1F252E19CBF806F422E222AA02')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('7736e51fa233c8284bf563416afcd8935cdbcfc307fc7c10fe88a57550ca4b754d069d613b3abd970b0de5f194028ce831749567af4f61490792cd10539e152c'
+sha512sums_x86_64=('60f74e4a38c97d6e8ea542c1bf59f08be4952599782c0b45479194fb5c05b8b5743f367c018a64d0eea44c7640860b5354dd67c17fa93130ae32210fcd9e7821'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")