summaryrefslogtreecommitdiff
path: root/extra/nasm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-07 00:03:53 +0000
committerroot <root@rshg054.dnsready.net>2012-09-07 00:03:53 +0000
commited51a8c1611ffa602f5f9628c858f6edbc218fc8 (patch)
tree9da1c83153c6a7313cc5fbdc6a361083051e9f1d /extra/nasm
parent3a491cfc574c49ee5f006f74323b6d432d372ab8 (diff)
Fri Sep 7 00:03:53 UTC 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 3e8184e81..7fcc59b7a 100644
--- a/extra/nasm/PKGBUILD
+++ b/extra/nasm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 164757 2012-08-04 18:04:50Z stephane $
+# $Id: PKGBUILD 166317 2012-09-06 01:14:06Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=nasm
-pkgver=2.10.03
+pkgver=2.10.04
pkgrel=1
pkgdesc="An 80x86 assembler designed for portability and modularity"
url="http://www.nasm.us"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('glibc')
makedepends=('ghostscript')
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('78a8de9ba02da7c2ba8c583a57901ff6856ad6c6')
+sha1sums=('d80b5ea8f59a4929efddcb8e90d00b8a0fc00cb5')
install=nasm.install
build() {