libraries/lua-std.normalize: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3601d132b6
commit
501b72f390
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for lua-std.normalize
|
||||
# Copyright 2019 abooksigun <abooksigun09@gmail.com>
|
||||
# Copyright 2020 abooksigun <abooksigun09@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
PRGNAM=lua-std.normalize
|
||||
SRCNAM=normalize
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lua-std.normalize"
|
||||
VERSION="2.0.2"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="https://lua-stdlib.github.io/normalize/"
|
||||
DOWNLOAD="https://github.com/lua-stdlib/normalize/archive/v2.0.2/normalize-2.0.2.tar.gz"
|
||||
MD5SUM="ef79927f6d272182bf5d4fdc5e89dd8f"
|
||||
DOWNLOAD="https://github.com/lua-stdlib/normalize/archive/v2.0.3/normalize-2.0.3.tar.gz"
|
||||
MD5SUM="a13b97767f4006ec190fdf20fd50fada"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua-std._debug"
|
||||
|
|
Loading…
Reference in New Issue