nasm: update to 2.14.02.

This commit is contained in:
John 2019-02-17 00:36:28 +01:00 committed by maxice8
parent 4a53a311db
commit 1eb3d8c8aa
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nasm'
pkgname=nasm
version=2.14
version=2.14.02
revision=1
build_style=gnu-configure
make_build_args="all doc"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://www.nasm.us"
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
checksum=97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0
checksum=e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5
post_install() {
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install

2
srcpkgs/nasm/update Normal file
View File

@ -0,0 +1,2 @@
site=https://www.nasm.us/pub/nasm/releasebuilds/
pattern='<a href="\K[\d.]+(?=/">)'