mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/unicode-character-database: Updated for version .
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
57a7a46ad0
commit
07361bd61b
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for unicode-character-database
|
||||
|
||||
# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=unicode-character-database
|
||||
SRCNAM1=UCD
|
||||
SRCNAM2=Unihan
|
||||
VERSION=${VERSION:-13.0.0}
|
||||
VERSION=${VERSION:-14.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="unicode-character-database"
|
||||
VERSION="13.0.0"
|
||||
VERSION="14.0.0"
|
||||
HOMEPAGE="https://www.unicode.org/ucd/"
|
||||
DOWNLOAD="https://www.unicode.org/Public/zipped/13.0.0/UCD.zip \
|
||||
https://www.unicode.org/Public/zipped/13.0.0/Unihan.zip"
|
||||
MD5SUM="23f7bf8cc99adef525718b2bee0867ba \
|
||||
1e7f8b6bf1cf69d3602fe91f97aaee01"
|
||||
DOWNLOAD="https://www.unicode.org/Public/zipped/14.0.0/UCD.zip \
|
||||
https://www.unicode.org/Public/zipped/14.0.0/Unihan.zip"
|
||||
MD5SUM="e6c9cf1080b5f6cc83bc560bcdd32acf \
|
||||
205b0d542ec35ce1ed0199f3d68f8bcc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue