Browse Source
libraries/olm: Updated for version 3.2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
David O'Shaughnessy
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
libraries/olm/olm.SlackBuild
-
libraries/olm/olm.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=olm |
|
|
|
VERSION=${VERSION:-3.2.8} |
|
|
|
VERSION=${VERSION:-3.2.10} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="olm" |
|
|
|
VERSION="3.2.8" |
|
|
|
VERSION="3.2.10" |
|
|
|
HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" |
|
|
|
DOWNLOAD="https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.8/olm-3.2.8.tar.bz2" |
|
|
|
MD5SUM="60d71bc78792b801a0cb55b9c9a6dd2f" |
|
|
|
DOWNLOAD="https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.10/olm-3.2.10.tar.bz2" |
|
|
|
MD5SUM="63e5d805c5688c468762c9e172f04b04" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|