libraries/libwpe: Updated for version 1.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2e9bb0b4c2
commit
3ee99009ec
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libwpe
|
||||
|
||||
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libwpe
|
||||
VERSION=${VERSION:-1.14.0}
|
||||
VERSION=${VERSION:-1.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libwpe"
|
||||
VERSION="1.14.0"
|
||||
VERSION="1.14.1"
|
||||
HOMEPAGE="https://wpewebkit.org"
|
||||
DOWNLOAD="https://wpewebkit.org/releases/libwpe-1.14.0.tar.xz"
|
||||
MD5SUM="f9737912975f979f9e4e01eec174a271"
|
||||
DOWNLOAD="https://wpewebkit.org/releases/libwpe-1.14.1.tar.xz"
|
||||
MD5SUM="d834d70a6b3afb24a05ec188df248e52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue