diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2019-03-13 23:08:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:24 +0700 |
commit | fc747afbdbae35e41854c678ec2b14eb09a42cc0 (patch) | |
tree | f349281b6cfadf48b1a70d31966fd92e1658662c /perl/zef/zef.SlackBuild | |
parent | 81de3ea5a421e71e8d612332735da13016c6feae (diff) |
perl/zef: Updated for version 0.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/zef/zef.SlackBuild')
-rw-r--r-- | perl/zef/zef.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild index ee9e20d9c7a61..f54ccd499972c 100644 --- a/perl/zef/zef.SlackBuild +++ b/perl/zef/zef.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zef -# Copyright 2018 Andreas Voegele <andreas@andreasvoegele.com> +# Copyright 2018-2019 Andreas Voegele <andreas@andreasvoegele.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=zef -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |