diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-07-06 17:43:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-07 10:50:52 +0700 |
commit | a014cadc346fd6f8cc9a512329dcbb1f3e18196e (patch) | |
tree | afba17c36c3b548f2aebb97b889b6cb47395b828 /perl/perl-IO-stringy/perl-IO-stringy.SlackBuild | |
parent | 299bed5ee989da80b2e77a385889584b75e4aca2 (diff) |
perl/perl-IO-stringy: Updated for version 2.113.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IO-stringy/perl-IO-stringy.SlackBuild')
-rw-r--r-- | perl/perl-IO-stringy/perl-IO-stringy.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild index 9159e1102af4..96d554fe4150 100644 --- a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild +++ b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM="perl-IO-stringy" -SRCNAM="IO-stringy" -VERSION=${VERSION:-2.111} +SRCNAM="IO-Stringy" +VERSION=${VERSION:-2.113} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,7 +58,7 @@ OUTPUT=${OUTPUT:-/tmp} set -e -DOCS="README COPYING" +DOCS="README COPYING Changes LICENSE" if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" |