diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-06 12:23:24 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-06 12:23:24 +0100 |
commit | e28f71f6e801e5b044ec1824351f9f45b1dc443e (patch) | |
tree | 88d68cfc1d3b220f5e65db48c38efb278a30c6c2 /main/nasm | |
parent | 4b3a8cf4495ca1a136f127e407214ff21442dad5 (diff) | |
download | aports-e28f71f6e801e5b044ec1824351f9f45b1dc443e.tar.bz2 aports-e28f71f6e801e5b044ec1824351f9f45b1dc443e.tar.xz |
main/nasm: upgrade to 2.10.07
Diffstat (limited to 'main/nasm')
-rw-r--r-- | main/nasm/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/nasm/APKBUILD b/main/nasm/APKBUILD index 963f648220..2ff5c852fd 100644 --- a/main/nasm/APKBUILD +++ b/main/nasm/APKBUILD @@ -1,14 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nasm -pkgver=2.10.06 +pkgver=2.10.07 pkgrel=1 pkgdesc="80x86 assembler designed for portability and modularity" url="http://nasm.sourceforge.net" arch="all" license="LGPL" depends= -source="http://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.bz2 - space-after-backslash.patch" +source="http://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.bz2" subpackages="$pkgname-doc" @@ -35,5 +34,4 @@ package() { cd "$_builddir" make INSTALLROOT="$pkgdir" install } -md5sums="875c4217b2e581dbae0bf96d45a6067a nasm-2.10.06.tar.bz2 -87a4def3898f4dddfde17bcc7b57fd40 space-after-backslash.patch" +md5sums="af1cd6669f5e98148cd5ec42dee90f19 nasm-2.10.07.tar.bz2" |