diff options
author | Juergen Daubert <jue@jue.li> | 2022-12-21 12:11:44 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-12-21 12:11:44 +0100 |
commit | 7d1223d36c5af204ed263fc7e8281fd3e18ff71e (patch) | |
tree | bf4b5aa1bf96bbfc546f2a649dcbd3ff6ee4fcab | |
parent | b2ad136dc619060d4733af60b00a40536ffaa44b (diff) | |
download | core-7d1223d36c5af204ed263fc7e8281fd3e18ff71e.tar.gz core-7d1223d36c5af204ed263fc7e8281fd3e18ff71e.tar.xz |
nasm: update to 2.16
-rw-r--r-- | nasm/.signature | 6 | ||||
-rw-r--r-- | nasm/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nasm/.signature b/nasm/.signature index 6b0c41f7..339994fa 100644 --- a/nasm/.signature +++ b/nasm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqlcWrLC8SJe9Ohhq05tAQb6u9KhrLj/KiH2xfDGJr3CRe9/kKywhcvO1uUVWDmz0nKsWEGKe3MC9eKhKR8oSzAs= -SHA256 (Pkgfile) = 1c1e486b2bf013d80f78d131840fa81ea296cbc7af79427c9ff7d10bf0d70d5d +RWRJc1FUaeVeqgaNw8NepzoTO9+6HKDBPGj65NNU9lG1IBh5An39uFnfy0LPlHWtW0HVq+Knkxv+Auz29deRkkP7K4Qp/d+eUQo= +SHA256 (Pkgfile) = 7ab51932c137ee00c58b7011da35a0d65e05ff6b6cd9e0e50799abb4be9d7f70 SHA256 (.footprint) = 2f2595d48b1d9747afa0d6b676a290528c98d1151c567954c594803a07fa9255 -SHA256 (nasm-2.15.05.tar.xz) = 3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f +SHA256 (nasm-2.16.tar.xz) = f05e2dc04bdb075487207d775770e9e508e250e63da8bf6c769976d66dd55249 diff --git a/nasm/Pkgfile b/nasm/Pkgfile index 76663dc6..1d9bb9cd 100644 --- a/nasm/Pkgfile +++ b/nasm/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=nasm -version=2.15.05 +version=2.16 release=1 source=(https://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz) |