mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
msbuild-bin: update to 16.5.
This commit is contained in:
parent
f7258426c4
commit
6ddb9ff6d6
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'msbuild-bin'
|
# 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
|
pkgname=msbuild-bin
|
||||||
version=16.4
|
version=16.5
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
|
@ -11,11 +11,12 @@ maintainer="Aloz1 <kno0001@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mono/msbuild"
|
homepage="https://github.com/mono/msbuild"
|
||||||
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
||||||
checksum=47804a0ff3b7531d3c5e1d7b733189354761e08593e6d927b868b3c3f219aef3
|
checksum=62744cee275e7c8ffb264a1588940228d39be7b30e8be98d91140a5efe199ec2
|
||||||
|
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
|
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() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue