diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 14:29:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 14:49:27 +0000 |
commit | f7c8ca3a92cae4f001a9563ae55a7d15727d611b (patch) | |
tree | 2163cd3d77b5d5d2163d2cac2f1b570bfc8084f3 /testing/mono | |
parent | 1b143b9c14f2c98ed99afaed1683bdcb321d3aaf (diff) | |
download | aports-f7c8ca3a92cae4f001a9563ae55a7d15727d611b.tar.bz2 aports-f7c8ca3a92cae4f001a9563ae55a7d15727d611b.tar.xz |
testing/mono: upgrade to 5.2.0.224
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 18465ddfd0..15253c24b1 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -2,7 +2,7 @@ # Contributor: blattersturm <peachypies@protonmail.ch> # Maintainer: pkgname=mono -pkgver=5.0.1.1 +pkgver=5.2.0.224 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" @@ -58,6 +58,7 @@ package() { cd "$builddir" make -j1 DESTDIR="$pkgdir" install + paxmark mr "$pkgdir"/usr/bin/mono-sgen cd "$pkgdir" @@ -69,4 +70,4 @@ package() { rm ./usr/lib/libMonoSupportW.* } -sha512sums="de2a8a3580b8236bafdc7e6967d68da08bf2dc775bce5166aba6134c1b986ae7fc56b97743d5122de14bf8fe074d3508c07324735616439dea0913633ee817da mono-5.0.1.1.tar.bz2" +sha512sums="914ab11c892f6e59c1a89d92eb4b130a62ea606691820f9d9f48a2a68f7de3e593c233be071cd37ad5d817c5f5fda6892f89f1b0985fc44de97c1297300c706b mono-5.2.0.224.tar.bz2" |