diff options
author | Tim Biermann <tbier@posteo.de> | 2019-12-20 21:58:16 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-12-20 21:58:16 +0100 |
commit | f61981c2a00fe5578f0e1ead459ea449224a09a2 (patch) | |
tree | 0243ea4bd78b15573d1c73107a2bea03aeba5e7a /mono | |
parent | 145f1d1f26749f3ac2a7a2daf9a9f8e565de8178 (diff) | |
download | contrib-f61981c2a00fe5578f0e1ead459ea449224a09a2.tar.gz contrib-f61981c2a00fe5578f0e1ead459ea449224a09a2.tar.xz |
mono: 6.4.0.198 -> 6.6.0.161
Diffstat (limited to 'mono')
-rw-r--r-- | mono/.signature | 6 | ||||
-rw-r--r-- | mono/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mono/.signature b/mono/.signature index 1b07a83e0..e14d1ab7e 100644 --- a/mono/.signature +++ b/mono/.signature @@ -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 diff --git a/mono/Pkgfile b/mono/Pkgfile index f78dc83a3..399044f32 100644 --- a/mono/Pkgfile +++ b/mono/Pkgfile @@ -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/:*$//')" |