summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2019-05-06 11:14:26 -0400
committerDavid Parrish2019-05-06 11:14:26 -0400
commit1efde7c6248f8fb01c67a657427341bb3fb3f62c (patch)
treeefc1bdf8681ca4b2ab5982e596ec779945defd8b
parente34d0a9dee136b199ae469293a035d67bed5637b (diff)
downloadaur-1efde7c6248f8fb01c67a657427341bb3fb3f62c.tar.gz
Update to v1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8070363a9d83..a6662d57e919 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.0
+ pkgver = 1.1.1
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.0/Bisq-64bit-1.1.0.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.1.0/Bisq-64bit-1.1.0.deb.asc
- sha512sums_x86_64 = 83d61d0513b8caf52adef3de8211f1f816d6b2972733572e986e78c291ffcb154c115e0377869a8c03e134eee56bf35d7e6b06f5a3a849ad79de4bd43156f5d3
+ 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
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce21916344d3..780d9567ec13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.1.0
+pkgver=1.1.1
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=('83d61d0513b8caf52adef3de8211f1f816d6b2972733572e986e78c291ffcb154c115e0377869a8c03e134eee56bf35d7e6b06f5a3a849ad79de4bd43156f5d3'
+sha512sums_x86_64=('261896010aa9a62302599cc0054bbe53fda3cb914f51c9f58636703824ecb5d7ce6dd5fbca246dc19b7610c7dd704de8c1f41551bb61395e373518ee48af311f'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")