yasm verbump

This commit is contained in:
Ertuğrul Erata
2016-03-07 14:54:15 +02:00
parent c87b2863e7
commit 3c2a8f0897
+8 -1
View File
@@ -15,7 +15,7 @@
<IsA>app:console</IsA>
<Summary>Assembler that supports many syntaxes and architectures</Summary>
<Description>A complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats and generates source debugging information in STABS, DWARF 2, and CodeView? 8 formats.</Description>
<Archive sha1sum="773d28f27f83c44ac35079add0d3167ca6c1def8" type="targz">http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz</Archive>
<Archive sha1sum="7a22f4fdb65941afbfdbda322698153a9e8b1c05" type="binary">https://github.com/yasm/yasm/archive/v1.3.0.tar.gz</Archive>
<!-- Enable this if you enable python bindings
<BuildDependencies>
<Dependency>pyrex</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="4">
<Date>2016-03-07</Date>
<Version>1.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-11</Date>
<Version>1.2.0</Version>