summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-09-23 12:19:45 +0200
committerFlorian Reimair2019-09-23 12:19:45 +0200
commit69d100889de609f08612218f09854c6b36e3c4a7 (patch)
tree3d4ba0e57588ca7d9fdfe5ff0bef87d7639537e0
parente65a20362a906999e78c0de5f383f882a0f33201 (diff)
downloadaur-69d100889de609f08612218f09854c6b36e3c4a7.tar.gz
v1.1.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8252c7917f50..8c5505c8ff3e 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.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.6/Bisq-64bit-1.1.6.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.6/Bisq-64bit-1.1.6.deb.asc
- sha512sums_x86_64 = 610b8073da29beeb16c3af7e804a18cd1121de1a5576cbbbc759d9761e5cbc948bbf2893eadfb766f99fae4a1efb5cb762f509b8e5b328a05a3c03fa7032fef2
- sha512sums_x86_64 = 96bbfe5309dbcdc0402dc62f76186dc35abf35244ecf38d3b07110e5923d7afc30d158ab71ba3516d4594e9166f6bf1ec2f6fc832e6f285aeaaa93093d4e12f4
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.7/Bisq-64bit-1.1.7.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.7/Bisq-64bit-1.1.7.deb.asc
+ sha512sums_x86_64 = 3c405664db853ef77af47e18409c424da6182055ede5ddaf1ddd88dc83b964917537f4a74045739dfcb24b1668c4ca5110c0fcaf93954704684abd5a83d041cf
+ sha512sums_x86_64 = 8c446ca105ebd79d512ecb3a2aa4f6291759034ac4b6d6151192d07260c123875dcb9ca63a8ee6a2d06b427cec3246e518f710a480274475a3201f6a586bd936
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index ad2141fc0ef9..257f286d5ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.1.6
+pkgver=1.1.7
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,8 +10,8 @@ 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=('610b8073da29beeb16c3af7e804a18cd1121de1a5576cbbbc759d9761e5cbc948bbf2893eadfb766f99fae4a1efb5cb762f509b8e5b328a05a3c03fa7032fef2'
- '96bbfe5309dbcdc0402dc62f76186dc35abf35244ecf38d3b07110e5923d7afc30d158ab71ba3516d4594e9166f6bf1ec2f6fc832e6f285aeaaa93093d4e12f4')
+sha512sums_x86_64=('3c405664db853ef77af47e18409c424da6182055ede5ddaf1ddd88dc83b964917537f4a74045739dfcb24b1668c4ca5110c0fcaf93954704684abd5a83d041cf'
+ '8c446ca105ebd79d512ecb3a2aa4f6291759034ac4b6d6151192d07260c123875dcb9ca63a8ee6a2d06b427cec3246e518f710a480274475a3201f6a586bd936')
_binname=Bisq
conflicts=("bisq" "bisq-git")
provides=("bisq-bin")