mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
business/bisq: Updated for version 1.9.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f8b05376a7
commit
60253986b6
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bisq
|
||||
|
||||
# Copyright 2022 Andreo Rissardo <andreotec@gmail.com>
|
||||
# Copyright 2022 Andreo F. Rissardo <andreotec@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=bisq
|
||||
SRCNAM=Bisq
|
||||
VERSION=${VERSION:-1.9.4}
|
||||
VERSION=${VERSION:-1.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bisq"
|
||||
VERSION="1.9.4"
|
||||
VERSION="1.9.5"
|
||||
HOMEPAGE="https://bisq.network/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/bisq-network/bisq/releases/download/v1.9.4/Bisq-64bit-1.9.4.rpm"
|
||||
MD5SUM_x86_64="7ced38dbeaaf2f2e726fa77bbf68ea55"
|
||||
DOWNLOAD_x86_64="https://github.com/bisq-network/bisq/releases/download/v1.9.5/Bisq-64bit-1.9.5.rpm"
|
||||
MD5SUM_x86_64="daf6b794bbc1f6a06b6ddb4d55fff522"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andreo Rissardo"
|
||||
MAINTAINER="Andreo F. Rissardo"
|
||||
EMAIL="andreotec@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue