mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Automatic PR to build packages for stringio_gem on 2024-12-03-17-08 (#10846)
* Add binary gem for ruby_stringio. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/amd64 to stringio_gem * Add built packages for linux/arm/v7 to stringio_gem * Add built packages for linux/386 to stringio_gem --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98f42dd322
commit
40be56fcf4
@@ -7,7 +7,15 @@ class Ruby_stringio < RUBY
|
||||
license 'Ruby'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'gem'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '1ba3f6cd5a6ce7da06ba2764fa543c43c366b9c8110f73966ee98b143ff1b5b3',
|
||||
armv7l: '1ba3f6cd5a6ce7da06ba2764fa543c43c366b9c8110f73966ee98b143ff1b5b3',
|
||||
i686: '91d5249bd0f1c55f6bb8dbb448e3e5aed00a7332d901b1336912a8e51730297f',
|
||||
x86_64: '3f0acdab152899c3b4bd9067513eaaac7b688606a4f08524b8b52b3c360d46f9'
|
||||
})
|
||||
|
||||
conflicts_ok
|
||||
no_compile_needed
|
||||
gem_compile_needed
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user