[arch-commits] Commit in nasm/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 28 19:34:37 UTC 2016
Date: Friday, October 28, 2016 @ 19:34:37
Author: bpiotrowski
Revision: 279420
upgpkg: nasm 2.12.02-1
new upstream release
Modified:
nasm/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-28 19:33:02 UTC (rev 279419)
+++ PKGBUILD 2016-10-28 19:34:37 UTC (rev 279420)
@@ -2,8 +2,8 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=nasm
-pkgver=2.11.08
-pkgrel=2
+pkgver=2.12.02
+pkgrel=1
pkgdesc="An 80x86 assembler designed for portability and modularity"
arch=('i686' 'x86_64')
url="http://www.nasm.us"
@@ -10,7 +10,7 @@
license=('BSD')
depends=('glibc')
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('6908296ac437b3ade79fadfaad0efcfd99582f70')
+sha1sums=('a0e6e655d04009178d4b7c15d935a46a691a617c')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list