From 6ddb9ff6d64f6f14a3bc4cdc425b739feefc5951 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 18 Feb 2020 22:25:09 +0200 Subject: [PATCH] msbuild-bin: update to 16.5. --- srcpkgs/msbuild-bin/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template index 7c7bc41359..96ed511fe5 100644 --- a/srcpkgs/msbuild-bin/template +++ b/srcpkgs/msbuild-bin/template @@ -1,7 +1,7 @@ # Template file for 'msbuild-bin' -_xamarin_rel="xamarinxplat.2019.09.09.15.03-0xamarin5+ubuntu1804b1" +_xamarin_rel="xamarinxplat.2020.01.10.05.36-0xamarin1+ubuntu1804b1" pkgname=msbuild-bin -version=16.4 +version=16.5 revision=1 archs=noarch build_style=fetch @@ -11,11 +11,12 @@ maintainer="Aloz1 " license="MIT" homepage="https://github.com/mono/msbuild" distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb" -checksum=47804a0ff3b7531d3c5e1d7b733189354761e08593e6d927b868b3c3f219aef3 +checksum=62744cee275e7c8ffb264a1588940228d39be7b30e8be98d91140a5efe199ec2 + do_extract() { ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb - tar xf data.tar.xz + bsdtar xf data.tar.xz } do_install() {