diff options
Diffstat (limited to 'perl/rakudo/rakudo.SlackBuild')
-rw-r--r-- | perl/rakudo/rakudo.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/rakudo/rakudo.SlackBuild b/perl/rakudo/rakudo.SlackBuild index 06b353514b..8f800c1314 100644 --- a/perl/rakudo/rakudo.SlackBuild +++ b/perl/rakudo/rakudo.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for rakudo +# Copyright 2020- Michel Begue <mab974@gmail.com> # Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com> # # Permission to use, copy, modify, and distribute this software for any @@ -17,7 +18,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=rakudo -VERSION=${VERSION:-2020.11} +VERSION=${VERSION:-2020.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |