nasm: update to 2.14.02.
This commit is contained in:
parent
4a53a311db
commit
1eb3d8c8aa
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site=https://www.nasm.us/pub/nasm/releasebuilds/
|
||||
pattern='<a href="\K[\d.]+(?=/">)'
|
Loading…
Reference in New Issue