diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-03-27 07:43:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-27 09:05:41 +0700 |
commit | eab43bed4bebfc3f59447397217c5a7a4aa850f9 (patch) | |
tree | 2032154d7bbe1f29a132aaaa6530aad34c8f3a39 /development/mono/mono.SlackBuild | |
parent | 2aca756f056ce30b040feb771135b5b132776a4d (diff) |
development/mono: Updated for version 6.12.0.205.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mono/mono.SlackBuild')
-rw-r--r-- | development/mono/mono.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/mono/mono.SlackBuild b/development/mono/mono.SlackBuild index 3c999506489f2..001fa62c3c555 100644 --- a/development/mono/mono.SlackBuild +++ b/development/mono/mono.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for mono -# Copright 2023 Steven Voges <Oregon, USA> -# Written by Sebastián Salazar Molina <ssalazar@orangepeople.cl> +# Copright 2023-2024 Steven Voges <Oregon, USA> +# Written by Sebastián Salazar Molina <ssalazar@orangepeople.cl> # Updated by Andre Barboza <bmg.andre@gmail.com> # All rights reserved. # @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mono -VERSION=${VERSION:-6.12.0.199} +VERSION=${VERSION:-6.12.0.205} BOOTSTRAP=${BOOTSTRAP:-4.4.2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |