libraries/libfilezilla: Updated for version 0.41.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-01-25 23:58:18 +07:00
parent c24f930ab9
commit 863e244b94
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libfilezilla
# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2016-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=libfilezilla
VERSION=${VERSION:-0.39.2}
VERSION=${VERSION:-0.41.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="libfilezilla"
VERSION="0.39.2"
VERSION="0.41.0"
HOMEPAGE="https://lib.filezilla-project.org/"
DOWNLOAD="https://download.filezilla-project.org/libfilezilla/libfilezilla-0.39.2.tar.bz2"
MD5SUM="adeb1a1ed434acb2f20cd506abb8e279"
DOWNLOAD="https://download.filezilla-project.org/libfilezilla/libfilezilla-0.41.0.tar.bz2"
MD5SUM="086b98901658f9f0a379254201a222f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""