msbuild-bin: update to 16.0.
This commit is contained in:
parent
343742c18c
commit
928e95c07a
|
@ -1,22 +1,20 @@
|
|||
# Template file for 'msbuild-bin'
|
||||
_xamarin_name=msbuild
|
||||
_xamarin_rel="xamarinxplat.2018.01.17.14.14-0xamarin2+ubuntu1404b1"
|
||||
|
||||
pkgname=${_xamarin_name}-bin
|
||||
version=15.6
|
||||
_xamarin_rel="xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1804b1"
|
||||
pkgname=msbuild-bin
|
||||
version=16.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="mono"
|
||||
build_style=fetch
|
||||
depends="mono"
|
||||
short_desc="Xamarin/Mono fork of the Microsoft Build system"
|
||||
maintainer="Aloz1 <kno0001@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/mono/msbuild"
|
||||
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/${_xamarin_name}/${_xamarin_name}_${version}+${_xamarin_rel}_all.deb"
|
||||
checksum=d5254973c3bf3d297bd1fb256d44f68bb4b28617c26f14018935e5962e40fc49
|
||||
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
||||
checksum=4f6d32a21dc78fd241fd7bfa1ece7a1b2c6e5a33ac3984a5d5fd29563fa01be6
|
||||
|
||||
do_extract() {
|
||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_xamarin_name}_${version}+${_xamarin_rel}_all.deb
|
||||
ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
|
||||
tar xf data.tar.xz
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern="msbuild_\K[.\d]+"
|
Loading…
Reference in New Issue