[openwrt/openwrt] toolchain: nasm: update to 2.15.05

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 28 18:45:15 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fc20c75a6c360b97a62228246f2545532abe89a2

commit fc20c75a6c360b97a62228246f2545532abe89a2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Sep 28 23:40:27 2020 +0100

    toolchain: nasm: update to 2.15.05
    
    Compile-tested libx264 and ffmpeg with x86-asm, worked fine.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 toolchain/nasm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/nasm/Makefile b/toolchain/nasm/Makefile
index 3efcc86203..f733c52912 100644
--- a/toolchain/nasm/Makefile
+++ b/toolchain/nasm/Makefile
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nasm
-PKG_VERSION:=2.14
+PKG_VERSION:=2.15.05
 
 PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 
-PKG_HASH:=97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0
+PKG_HASH:=3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f
 
 HOST_BUILD_PARALLEL:=1
 



More information about the lede-commits mailing list