diff options
author | root <root@rshg054.dnsready.net> | 2013-01-06 01:08:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-06 01:08:04 -0800 |
commit | e0e1ffb6dccdc48c2448cfd79dac3ccbbed96c75 (patch) | |
tree | fdc608fa0b41862bfce4aa0f5c62d50f23e88561 /extra/nasm | |
parent | 2586a8c75ef351dbd1b31605644e101e92d2c280 (diff) |
Sun Jan 6 01:07:49 PST 2013
Diffstat (limited to 'extra/nasm')
-rw-r--r-- | extra/nasm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index 36ae7edb5..0ab75e7e6 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 172939 2012-12-07 16:59:58Z stephane $ +# $Id: PKGBUILD 174748 2013-01-06 01:52:18Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=nasm -pkgver=2.10.06 +pkgver=2.10.07 pkgrel=1 pkgdesc="An 80x86 assembler designed for portability and modularity" url="http://www.nasm.us" @@ -11,7 +11,7 @@ license=('BSD') arch=('i686' 'x86_64') depends=('glibc') source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('0acad2db3281509af338a283b64e9288a81f195f') +sha1sums=('2eb839c25ad0aa43a0d2d48146fd8ac708d9aabf') install=nasm.install build() { |