network/session: Updated for version 1.11.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
70f8dc34b8
commit
ee811f8161
|
@ -27,12 +27,13 @@
|
|||
# IMPORTANT: update this if you change this script!)
|
||||
#########################################################################
|
||||
# 2.0 04-JULY-2023 UPGRADE (Version: 1.10.8)
|
||||
# 2.1 01-AGO-2023 UPGRADE (Version: 1.11.0)
|
||||
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=session
|
||||
VERSION=${VERSION:-1.10.8}
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="session"
|
||||
VERSION="1.10.8"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="https://getsession.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/oxen-io/session-desktop/releases/download/v1.10.8/session-desktop-linux-x86_64-1.10.8.AppImage"
|
||||
MD5SUM_x86_64="4a4d48f03f9c3ee8f9c713325148dabf"
|
||||
DOWNLOAD_x86_64="https://github.com/oxen-io/session-desktop/releases/download/v1.11.0/session-desktop-linux-x86_64-1.11.0.AppImage"
|
||||
MD5SUM_x86_64="423f3fb9d0f60617d9983d14749f9c61"
|
||||
REQUIRES=""
|
||||
MAINTAINER="slackjeff"
|
||||
EMAIL="slackjeff@riseup.net"
|
||||
|
|
Loading…
Reference in New Issue