development/mono: Updated for version 6.12.0.205.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2024-03-27 07:43:01 +07:00 committed by Willy Sudiarto Raharjo
parent 2aca756f05
commit eab43bed4b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View File

@ -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}

View File

@ -1,13 +1,13 @@
PRGNAM="mono"
VERSION="6.12.0.199"
VERSION="6.12.0.205"
HOMEPAGE="https://www.mono-project.com/"
DOWNLOAD="https://download.mono-project.com/sources/mono/mono-6.12.0.199.tar.xz \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/mono/mono-4.4.2.11-i586.tar.bz2"
MD5SUM="fd19b40d565c028905abb7b80da06cc3 \
DOWNLOAD="https://download.mono-project.com/sources/mono/preview/mono-6.12.0.205.tar.xz \
http://sourceforge.net/projects/svoges-sbo/files/mono/mono-4.4.2.11-i586.tar.bz2"
MD5SUM="413a241298161da75f8a34a0791cdd67 \
3f974dba179a452bdcd94659ddc47e33"
DOWNLOAD_x86_64="https://download.mono-project.com/sources/mono/mono-6.12.0.199.tar.xz \
http://sourceforge.net/projects/slackbuildsdirectlinks/files/mono/mono-4.4.2.11-x86_64.tar.bz2"
MD5SUM_x86_64="fd19b40d565c028905abb7b80da06cc3 \
DOWNLOAD_x86_64="https://download.mono-project.com/sources/mono/preview/mono-6.12.0.205.tar.xz \
http://sourceforge.net/projects/svoges-sbo/files/mono/mono-4.4.2.11-x86_64.tar.bz2"
MD5SUM_x86_64="413a241298161da75f8a34a0791cdd67 \
daba2c08651c68566ee1214e03d5a080"
REQUIRES="libgdiplus"
MAINTAINER="Steven Voges"