mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
ascii-3.30 — ascii => 3.30 (#12401)
* Add unbuilt ascii to ascii-3.30 * ascii-3.30: Build Run on linux/386. * ascii-3.30: Build Run on linux/arm/v7. * ascii-3.30: Build Run on linux/amd64. * ascii-3.30: Package File Update Run on linux/386 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
857b55597a
commit
8cf9d17616
@@ -3,20 +3,22 @@ require 'package'
|
||||
class Ascii < Package
|
||||
description 'List ASCII idiomatic names and octal/decimal code-point forms.'
|
||||
homepage 'http://www.catb.org/~esr/ascii/'
|
||||
version '3.18'
|
||||
version '3.30'
|
||||
license 'BSD'
|
||||
compatibility 'all'
|
||||
source_url 'http://www.catb.org/~esr/ascii/ascii-3.18.tar.gz'
|
||||
source_sha256 '728422d5f4da61a37a17b4364d06708e543297de0a5f70305243236d80df072d'
|
||||
binary_compression 'tar.xz'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '63c6f3c239267c0b815e21f4dd697e2aff4eea42b7612f0e6ef2355bec4af25a',
|
||||
armv7l: '63c6f3c239267c0b815e21f4dd697e2aff4eea42b7612f0e6ef2355bec4af25a',
|
||||
i686: '842cdd491d6d8e7cfaafc2787cee021bbcf76bd70c70dd76397bff6391c9e3ef',
|
||||
x86_64: '4107a21b427fd0a090d73a89d06ace01d28d68ae84d56d3c3f159633304f1b22'
|
||||
aarch64: 'a8ee6c91094269253d7f55c9ccf3caa32c53e52cf9f97432b813a445310a5e3f',
|
||||
armv7l: 'a8ee6c91094269253d7f55c9ccf3caa32c53e52cf9f97432b813a445310a5e3f',
|
||||
i686: 'ff9a6e2e0fb331e62c563a8ad35d907acca601c62ce2ec16f41c15bdf88fb097',
|
||||
x86_64: 'fdb9705e9562dce107a4660e3b777cdff5773080878b93f654c3a68d46d25493'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
def self.build
|
||||
system 'make'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user