mono: 6.4.0.198 -> 6.6.0.161

This commit is contained in:
Tim Biermann 2019-12-20 21:58:16 +01:00
parent 145f1d1f26
commit f61981c2a0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35Lc7zcz8pMpHJBs+mHA79MK7QJFsOHsI167Ua37MkBlJTm4eRrg76EV9wWMR8xhTN4PV3wSOyBs5evRsD8p3Aw=
SHA256 (Pkgfile) = 0f25e92839f1928d1b73386c3b44f25a9651d37f8e5af87f6b8fa72eb50ca37a
RWSagIOpLGJF3/pB32MQYbB4g+e5vbCDLS451wGfUaQfYXDtbgHHxiVfLbi5+4rkgP6FSxJ9xmiDWfYSEWDa79hId9WzigOgwwY=
SHA256 (Pkgfile) = 15b9b7dbd1f3c48279f42d7880b3352966fb59eee752a588125f8a52de14df51
SHA256 (.footprint) = 94132a92dfe793e3b8c12fe543379e85fb60995a3d71175a0526a6154242c3c4
SHA256 (mono-6.4.0.198.tar.xz) = d00852822525e36f9f8b3e0f537d3a41c7a718cac22d06fc63ea64988877c2ea
SHA256 (mono-6.6.0.161.tar.xz) = 778badcf2f201df7efa5e031d01802ea8c29818de66e5e7e9f85212c2277d85f

View File

@ -5,9 +5,10 @@
# Depends on: python cmake zlib
name=mono
version=6.4.0.198
release=2
version=6.6.0.161
release=1
source=(http://download.mono-project.com/sources/$name/$name-$version.tar.xz)
build() {
cd $name-$version
[[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"