diff --git a/srcpkgs/nasm/template b/srcpkgs/nasm/template index ee21e0209543fc..2d1a1200171632 100644 --- a/srcpkgs/nasm/template +++ b/srcpkgs/nasm/template @@ -1,6 +1,6 @@ # Template file for 'nasm' pkgname=nasm -version=2.16.03 +version=3.01 revision=1 build_style=gnu-configure make_build_target="all" @@ -12,7 +12,7 @@ license="BSD-2-Clause" 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" -checksum=1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148 +checksum=b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4 build_options="doc" desc_option_doc="Enable building documentation" @@ -25,7 +25,7 @@ subpackages=" " if [ "$build_option_doc" ]; then subpackages="nasm-doc" hostmakedepends="groff perl perl-Font-TTF perl-IO-String perl-Sort-Versions - ghostscript source-sans-pro liberation-fonts-ttf" + ghostscript source-sans-pro fonts-roboto-ttf liberation-fonts-ttf" fi pre_configure() {