summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commiteab43bed4bebfc3f59447397217c5a7a4aa850f9 (patch)
tree2032154d7bbe1f29a132aaaa6530aad34c8f3a39
parent2aca756f056ce30b040feb771135b5b132776a4d (diff)
downloadslackbuilds-eab43bed4.tar.gz
slackbuilds-eab43bed4.tar.xz
development/mono: Updated for version 6.12.0.205.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/mono/mono.SlackBuild6
-rw-r--r--development/mono/mono.info14
2 files changed, 10 insertions, 10 deletions
diff --git a/development/mono/mono.SlackBuild b/development/mono/mono.SlackBuild
index 3c99950648..001fa62c3c 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}
diff --git a/development/mono/mono.info b/development/mono/mono.info
index 2fea1b39bd..312a8bcadb 100644
--- a/development/mono/mono.info
+++ b/development/mono/mono.info
@@ -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"