nasm: update to 2.15.05
This commit is contained in:
parent
8557302ce2
commit
020f7191d1
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'nasm'
|
# Template file for 'nasm'
|
||||||
# Update nasm-doc which is separate to avoid dependency cycles
|
# Update nasm-doc which is separate to avoid dependency cycles
|
||||||
pkgname=nasm
|
pkgname=nasm
|
||||||
reverts="2.15.04_1"
|
version=2.15.05
|
||||||
version=2.15.03
|
revision=1
|
||||||
revision=2
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="all"
|
make_build_args="all"
|
||||||
short_desc="80x86 assembler designed for portability and modularity"
|
short_desc="80x86 assembler designed for portability and modularity"
|
||||||
|
@ -12,7 +11,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://www.nasm.us"
|
homepage="https://www.nasm.us"
|
||||||
changelog="https://nasm.us/doc/nasmdocc.html"
|
changelog="https://nasm.us/doc/nasmdocc.html"
|
||||||
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
||||||
checksum=c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
|
checksum=3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue