mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libminizip: Update for 1.2.13 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07ea4d14f0
commit
13397a5586
2 changed files with 8 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for minizip
|
||||
|
||||
# Copyright 2013 Daniil Bratashov <dn2010@gmail.com>
|
||||
# Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libminizip
|
||||
VERSION=${VERSION:-1.2.11}
|
||||
VERSION=${VERSION:-1.2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +39,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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libminizip"
|
||||
VERSION="1.2.11"
|
||||
HOMEPAGE="http://www.winimage.com/zLibDll/minizip.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libpng/zlib-1.2.11.tar.xz"
|
||||
MD5SUM="85adef240c5f370b308da8c938951a68"
|
||||
VERSION="1.2.13"
|
||||
HOMEPAGE="http://www.zlib.net"
|
||||
DOWNLOAD="https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.xz"
|
||||
MD5SUM="7d9fc1d78ae2fa3e84fe98b77d006c63"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Daniil Bratashov"
|
||||
EMAIL="dn2010@gmail.com"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu@protonmail.com"
|
||||
|
|
Loading…
Reference in a new issue