yasm: update to 1.1.0.
This commit is contained in:
parent
448cafa9cc
commit
d9e46888d6
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'yasm'
|
# Template file for 'yasm'
|
||||||
pkgname=yasm
|
pkgname=yasm
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Complete rewrite of the NASM assembler with BSD license"
|
short_desc="Complete rewrite of the NASM assembler with BSD license"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=06b06f2ce8e08e1be261e090175a045cfef4e9863e48df764d77e4e2532ea959
|
homepage="http://www.tortall.net/projects/yasm/"
|
||||||
|
license="BSD, Artistic, GPL-2, LGPL-2.1"
|
||||||
|
checksum=e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232
|
||||||
long_desc="
|
long_desc="
|
||||||
YASM is a complete rewrite of the NASM assembler under the new BSD License
|
YASM is a complete rewrite of the NASM assembler under the new BSD License
|
||||||
(some portions are currently under the GNU General Public License (GPL) or
|
(some portions are currently under the GNU General Public License (GPL) or
|
||||||
|
|
Loading…
Reference in a new issue