mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
nasm: update to 2.15.02
This commit is contained in:
parent
d45db06885
commit
7fe01ceb22
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# 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
|
||||||
version=2.15.01
|
version=2.15.02
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.nasm.us"
|
homepage="https://www.nasm.us"
|
||||||
|
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=28a50f80d2f4023e444b113e9ddc57fcec2b2f295a07ce158cf3f18740375831
|
checksum=f4fd1329b1713e1ccd34b2fc121c4bcd278c9f91cc4cb205ae8fcd2e4728dd14
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue