main/yasm: upgrade to 1.0.1

This commit is contained in:
Natanael Copa 2010-05-27 17:41:27 +00:00
parent 4383f78049
commit 1643d31d7b

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=yasm
pkgver=0.8.0
pkgrel=1
pkgver=1.0.1
pkgrel=0
pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
url="http://www.tortall.net/projects/yasm/"
license="custom"
@ -22,4 +22,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
md5sums="84a72204c9b452a00b39b1b00495163f yasm-0.8.0.tar.gz"
md5sums="2174fc3b6b74de07667f42d47514c336 yasm-1.0.1.tar.gz"