diff options
Diffstat (limited to 'main/nasm')
-rw-r--r-- | main/nasm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nasm/APKBUILD b/main/nasm/APKBUILD index e932bcfeb4..25e03780c6 100644 --- a/main/nasm/APKBUILD +++ b/main/nasm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nasm -pkgver=2.10.03 +pkgver=2.10.04 pkgrel=0 pkgdesc="80x86 assembler designed for portability and modularity" url="http://nasm.sourceforge.net" @@ -24,4 +24,4 @@ package() { cd "$srcdir/$pkgname-$pkgver" make INSTALLROOT="$pkgdir" install } -md5sums="22d2fe2a78db6a902e7ce65f4e373277 nasm-2.10.03.tar.bz2" +md5sums="f8d1cac3532c7c8fd4074c69c099d4fd nasm-2.10.04.tar.bz2" |