diff options
author | Damjan Marion <damarion@cisco.com> | 2019-10-31 22:22:46 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-10-31 22:47:53 +0000 |
commit | 597354c1d43777a393c7a2052ff183fe36d6409a (patch) | |
tree | 450963faefea52271e8664f49a98a0fac8b4ba0c /build/external/packages | |
parent | 1f8daefd988cb946c6916a07494786d9dafc35f3 (diff) |
build: bump nasm version to 2.14.02
Type: make
Change-Id: I9b598ce17c058709553a45524e18a64de642a8db
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external/packages')
-rw-r--r-- | build/external/packages/nasm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/external/packages/nasm.mk b/build/external/packages/nasm.mk index b782b53f54c..2a5ce018b1f 100644 --- a/build/external/packages/nasm.mk +++ b/build/external/packages/nasm.mk @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -nasm_version := 2.13.03 +nasm_version := 2.14.02 nasm_tarball := nasm-$(nasm_version).tar.xz -nasm_tarball_md5sum := d5ca2ad7121ccbae69dd606b1038532c +nasm_tarball_md5sum := 6390bd67b07ff1df9fe628b6929c0353 nasm_tarball_strip_dirs := 1 nasm_url := https://ftp.osuosl.org/pub/blfs/conglomeration/nasm/$(nasm_tarball) nasm_cflags := -Wno-implicit-fallthrough -std=c11 |