diff options
author | blattersturm <peachypies@protonmail.ch> | 2017-05-31 06:58:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 19:02:01 +0000 |
commit | e279a115df98502e2d3c0c55703d7ccdf7f08b43 (patch) | |
tree | 9ee326fe0abaee90adfc2a72ed5953ae4abd8c5e /testing/mono/APKBUILD | |
parent | d218d05fda28b536affc543f99ba423ba665c06e (diff) | |
download | aports-e279a115df98502e2d3c0c55703d7ccdf7f08b43.tar.bz2 aports-e279a115df98502e2d3c0c55703d7ccdf7f08b43.tar.xz |
testing/mono: upgrade to 5.0.1.1
Diffstat (limited to 'testing/mono/APKBUILD')
-rw-r--r-- | testing/mono/APKBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 9cf9d85600..fd5a1f4384 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Contributor: blattersturm <peachypies@protonmail.ch> # Maintainer: pkgname=mono -pkgver=4.6.1.5 +pkgver=5.0.1.1 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" @@ -9,14 +10,13 @@ arch="x86_64 x86" license="GPL" depends="python2" depends_dev="zlib-dev libgdiplus-dev" -makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool" +makedepends="$depends_dev python2 linux-headers paxmark autoconf automake libtool cmake" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.mono-project.com/sources/mono/mono-${pkgver/_/~}.tar.bz2 - arm-remove-sigcontext-include.patch " -_builddir="$srcdir"/mono-${pkgver%.*} +_builddir="$srcdir"/mono-${pkgver} prepare() { local i @@ -59,9 +59,4 @@ package() { | xargs paxmark -mr } -md5sums="601a96baa96a2e7acde1fb7e622322c4 mono-4.6.1.5.tar.bz2 -81b20f045bb906dd2ea99b4153365387 arm-remove-sigcontext-include.patch" -sha256sums="3871ee72bdfc2ea5d636ffff22cf49ae6bac7c4a4f3d687214dd8ac236bbf7c3 mono-4.6.1.5.tar.bz2 -5e522d89b84a450d507d05b59a496d006963260f4a953c107488cc2187df83bc arm-remove-sigcontext-include.patch" -sha512sums="1d0c1ec2930ecea3faf1be572bc045300ef4a90d3fe7519f2a9c797be79298c61528d83baa5a24a57143a35be80f78297196556c33cd0f345d9907a973fe625a mono-4.6.1.5.tar.bz2 -cc0382a1cba87fd2b76be46c6a2d28180cc489b10efe9359681fa85ce28d17e000dab0221f203f8f40a711fb6dddc3e39847cdf0a224344240a43d73971eccf8 arm-remove-sigcontext-include.patch" +sha512sums="de2a8a3580b8236bafdc7e6967d68da08bf2dc775bce5166aba6134c1b986ae7fc56b97743d5122de14bf8fe074d3508c07324735616439dea0913633ee817da mono-5.0.1.1.tar.bz2" |