mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
updater-nasm-3.01 — nasm → 3.01 (#13319)
* Add unbuilt nasm to updater-nasm-3.01 * updater-nasm-3.01: Package File Update Run on linux/386 container. * updater-nasm-3.01: Package File Update Run on linux/amd64 container. * updater-nasm-3.01: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
697416364b
commit
ab882953d2
@@ -1,4 +1,4 @@
|
||||
# Total size: 2603663
|
||||
# Total size: 2873091
|
||||
/usr/local/bin/nasm
|
||||
/usr/local/bin/ndisasm
|
||||
/usr/local/share/man/man1/nasm.1.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2644611
|
||||
# Total size: 2928339
|
||||
/usr/local/bin/nasm
|
||||
/usr/local/bin/ndisasm
|
||||
/usr/local/share/man/man1/nasm.1.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 3510663
|
||||
# Total size: 3906783
|
||||
/usr/local/bin/nasm
|
||||
/usr/local/bin/ndisasm
|
||||
/usr/local/share/man/man1/nasm.1.zst
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Nasm < Autotools
|
||||
description 'The Netwide Assembler'
|
||||
homepage 'https://www.nasm.us/'
|
||||
version '2.16.03-1'
|
||||
version '3.01'
|
||||
license 'BSD'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/netwide-assembler/nasm.git'
|
||||
@@ -11,10 +11,10 @@ class Nasm < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'ef7c0f9b1f2b348d694ab5326d9fb42eb39e48d6d762d3d839784233240d316f',
|
||||
armv7l: 'ef7c0f9b1f2b348d694ab5326d9fb42eb39e48d6d762d3d839784233240d316f',
|
||||
i686: 'deafb95a802d8c64e3495c3f3e180a76c653e5cc5940601399455bd02282da75',
|
||||
x86_64: '1aa847352074cf6f627a82385839643ce5d8b8a219e8bdb56166cf7b91e30f62'
|
||||
aarch64: '981ea5b6b4422e2ea8474f7826b6dc40b7763c486a673c8e00647c7e67b1d31f',
|
||||
armv7l: '981ea5b6b4422e2ea8474f7826b6dc40b7763c486a673c8e00647c7e67b1d31f',
|
||||
i686: '14374c8074bb89ff97560e275c4b3bfff9bb285dd8041f58747b12dfb98c0b78',
|
||||
x86_64: '907797c0e510b684488ade6f22c80e346352142cc66a5fe98a8559cfbd7812f9'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user