aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-13 08:37:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-13 08:37:31 +0000
commit389484bdc981a576c34faa23dd588e4d2940eb46 (patch)
tree187e3516b7536348c734aa22809b34366b994753 /testing/mono
parentc62a46b1fd4c3edd9bdc441e24390285dd428456 (diff)
downloadaports-389484bdc981a576c34faa23dd588e4d2940eb46.tar.bz2
aports-389484bdc981a576c34faa23dd588e4d2940eb46.tar.xz
testing/mono: upgrade to 5.20.1.19
Diffstat (limited to 'testing/mono')
-rw-r--r--testing/mono/APKBUILD6
-rw-r--r--testing/mono/fix-mono-state.patch11
2 files changed, 2 insertions, 15 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD
index f7b81c6722..26e5733939 100644
--- a/testing/mono/APKBUILD
+++ b/testing/mono/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: blattersturm <peachypies@protonmail.ch>
# Maintainer:
pkgname=mono
-pkgver=5.18.0.268
+pkgver=5.20.1.19
pkgrel=0
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="https://www.mono-project.com/"
@@ -13,7 +13,6 @@ depends_dev="libgdiplus-dev zlib-dev"
makedepends="$depends_dev autoconf automake cmake libtool linux-headers paxmark python2"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.mono-project.com/sources/mono/mono-${pkgver/_/~}.tar.bz2
- fix-mono-state.patch
"
prepare() {
@@ -67,5 +66,4 @@ package() {
rm ./usr/lib/libMonoSupportW.*
}
-sha512sums="cfd81fe3bc23bbef85816a30eece6860cdd8bd0c9e595b0d15b95dda0c9c408acfcae2904f6e750c24b68be571592747fb34d6bd93fb50fe9de9014e8ee88c66 mono-5.18.0.268.tar.bz2
-255946de10a72f0acae276e73791e73c786ee9befb73e2691a3583c7f6d5513380a7a30649a1ac435ca5fba65a67891313a81609639ecacad7328f20443b0c4d fix-mono-state.patch"
+sha512sums="498fffc70c524cf21477196b6fdc3c5d03a719098c0a0ca40c29e239588675ddc0538659e4119171316f8f35555fcd42390d474dff0b795bf67188bc34a35ae0 mono-5.20.1.19.tar.bz2"
diff --git a/testing/mono/fix-mono-state.patch b/testing/mono/fix-mono-state.patch
deleted file mode 100644
index 570916b968..0000000000
--- a/testing/mono/fix-mono-state.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/mono/utils/mono-state.c
-+++ b/mono/utils/mono-state.c
-@@ -33,7 +33,7 @@
- #endif
-
- #include <sys/param.h>
--#include <sys/sysctl.h>
-+#include <linux/sysctl.h>
- #include <fcntl.h>
-
- typedef struct {