summaryrefslogtreecommitdiff
path: root/extra/nasm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-08 02:04:18 -0800
committerroot <root@rshg054.dnsready.net>2012-12-08 02:04:18 -0800
commitb8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (patch)
treed5f2cb92d1607745717cde77e321269c384da4bb /extra/nasm
parent7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff)
Sat Dec 8 01:58:23 PST 2012
Diffstat (limited to 'extra/nasm')
-rw-r--r--extra/nasm/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD
index 2e08ce716..36ae7edb5 100644
--- a/extra/nasm/PKGBUILD
+++ b/extra/nasm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166564 2012-09-11 14:37:47Z stephane $
+# $Id: PKGBUILD 172939 2012-12-07 16:59:58Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=nasm
-pkgver=2.10.05
+pkgver=2.10.06
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=('fb9cd57680ed8026c9b612f0db8ecf8df05a1e3c')
+sha1sums=('0acad2db3281509af338a283b64e9288a81f195f')
install=nasm.install
build() {