summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-06-05 14:14:45 +0200
committerFlorian Reimair2019-06-05 14:14:45 +0200
commita17a28ebd1313656a21682acb92649280ea28695 (patch)
treed66d4d6470ab2030187ba56fb3adf91f6e32994f
parent1efde7c6248f8fb01c67a657427341bb3fb3f62c (diff)
downloadaur-a17a28ebd1313656a21682acb92649280ea28695.tar.gz
v1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6662d57e919..712d07b3bb24 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.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.1/Bisq-64bit-1.1.1.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.1/Bisq-64bit-1.1.1.deb.asc
- sha512sums_x86_64 = 261896010aa9a62302599cc0054bbe53fda3cb914f51c9f58636703824ecb5d7ce6dd5fbca246dc19b7610c7dd704de8c1f41551bb61395e373518ee48af311f
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.2/Bisq-64bit-1.1.2.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.2/Bisq-64bit-1.1.2.deb.asc
+ sha512sums_x86_64 = ebea7286418df895df0a620b4aaece9e55842c2949417c23d6d78fe2679c0df48698753c956315f7cad7494882eea6c0668470a060178940929072eaa34deb6b
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 780d9567ec13..dc82a02ecf22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.1.1
+pkgver=1.1.2
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=('java-runtime' 'gtk2' 'libnet')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('261896010aa9a62302599cc0054bbe53fda3cb914f51c9f58636703824ecb5d7ce6dd5fbca246dc19b7610c7dd704de8c1f41551bb61395e373518ee48af311f'
+sha512sums_x86_64=('ebea7286418df895df0a620b4aaece9e55842c2949417c23d6d78fe2679c0df48698753c956315f7cad7494882eea6c0668470a060178940929072eaa34deb6b'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")