summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-07-16 10:36:01 +0200
committerFlorian Reimair2019-07-16 10:36:01 +0200
commit5701e8d40073a01a4e74be170be1cf6baf0f63ec (patch)
tree1dba7a5b75e5dcd79fafeeae3a21e1d7d7ff7823
parenta17a28ebd1313656a21682acb92649280ea28695 (diff)
downloadaur-5701e8d40073a01a4e74be170be1cf6baf0f63ec.tar.gz
v1.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712d07b3bb24..7fe340d3de03 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.2
+ pkgver = 1.1.3
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.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
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.3/Bisq-64bit-1.1.3.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.3/Bisq-64bit-1.1.3.deb.asc
+ sha512sums_x86_64 = 1f072cb1224a3cd9b1d139a3a3b7e124471f1494c456ec026a8a174e4964e584f59e5e47d0cba3b4b0d1e3a2ace24c3c7246527e2d01366053c916b6f2770903
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc82a02ecf22..975577545690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.1.2
+pkgver=1.1.3
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=('ebea7286418df895df0a620b4aaece9e55842c2949417c23d6d78fe2679c0df48698753c956315f7cad7494882eea6c0668470a060178940929072eaa34deb6b'
+sha512sums_x86_64=('1f072cb1224a3cd9b1d139a3a3b7e124471f1494c456ec026a8a174e4964e584f59e5e47d0cba3b4b0d1e3a2ace24c3c7246527e2d01366053c916b6f2770903'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")