Updated yasm to 1.1.0

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38315 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2010-08-23 06:56:08 +00:00
parent 1da17f129a
commit 87bd186931

View File

@ -1570,11 +1570,9 @@ if [ IsOptionalHaikuImagePackageAdded Yasm ] {
Echo "No optional package Yasm available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage
yasm-0.8.0-r1a2-x86-gcc2-2010-04-21.zip
: $(baseURL)/yasm-0.8.0-r1a2-x86-gcc2-2010-04-21.zip
yasm-1.1.0-x86-gcc2-2010-08-23.zip
: $(baseURL)/yasm-1.1.0-x86-gcc2-2010-08-23.zip
:
;
InstallSourceArchive yasm-0.8.0_haiku-2010-04-29.tar.xz
: $(baseSourceURL)/yasm-0.8.0_haiku-2010-04-29.tar.xz ;
}
}