libtimezonemap: Upgraded to 0.4.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-06-03 00:52:31 +07:00
parent 262e444c22
commit c78604f520
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libtimezonemap PRGNAM=libtimezonemap
VERSION=${VERSION:-0.4.1} VERSION=${VERSION:-0.4.6}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
wget -c https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.1.tar.gz wget -c https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.6.tar.gz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}