Browse Source
libraries/libwrc: Updated for version 20240421.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/243/head
Barry J. Grundy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
libraries/libwrc/libwrc.SlackBuild
-
libraries/libwrc/libwrc.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for libwrc |
|
|
|
# |
|
|
|
# Copyright 2019-2023 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# Copyright 2019-2024 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -22,12 +22,12 @@ |
|
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
# |
|
|
|
# Updated for version 20230318 Aug 2023 |
|
|
|
# Updated for version 20240421 Aug 2024 |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=libwrc |
|
|
|
VERSION=${VERSION:-20230318} |
|
|
|
VERSION=${VERSION:-20240421} |
|
|
|
STATUS=${STATUS:-experimental} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="libwrc" |
|
|
|
VERSION="20230318" |
|
|
|
VERSION="20240421" |
|
|
|
HOMEPAGE="https://github.com/libyal/libwrc" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libwrc-experimental-20230318.tar.gz" |
|
|
|
MD5SUM="ad9498673ce607b8e47e49af95d565ff" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libwrc-experimental-20240421.tar.gz" |
|
|
|
MD5SUM="181b00cdca4e81d02bf73b77155183cd" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|