mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Update package updater to handle llvm and gcc suite packages. — container_essential,libclc → 21.1.6,openmp → 21.1.6 (#13551)
* Update package updater to handle llvm and gcc suite packages. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add x86_64 binaries for openmp, libclc. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add help options. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Expand help text. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * openmp: Package File Update Run on linux/386 container. * Update gexiv2 anitya mapping. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * openmp: Package File Update Run on linux/amd64 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4e77e7c6c6
commit
0beafd117f
@@ -12,9 +12,11 @@ class String
|
||||
purple: { normal: 35, background: 45 },
|
||||
cyan: { normal: 36, background: 46 },
|
||||
lightgray: { normal: 37, background: 47 },
|
||||
lightgrey: { normal: 37, background: 47 },
|
||||
|
||||
# colors with bold varient available
|
||||
gray: { normal: 90, background: 100, bold: 30 },
|
||||
grey: { normal: 90, background: 100, bold: 30 },
|
||||
lightred: { normal: 91, background: 101, bold: 31 },
|
||||
lightgreen: { normal: 92, background: 102, bold: 32 },
|
||||
yellow: { normal: 93, background: 103, bold: 33 },
|
||||
|
||||
@@ -410,6 +410,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
|
||||
{ pkg_name: 'gcr_3', anitya_pkg: 'gcr~3', comments: '' },
|
||||
{ pkg_name: 'gcr_4', anitya_pkg: 'gcr', comments: '' },
|
||||
{ pkg_name: 'gemacs', anitya_pkg: 'emacs', comments: '' },
|
||||
{ pkg_name: 'gexiv2', anitya_pkg: 'gexiv2~14.x', comments: '' },
|
||||
{ pkg_name: 'gnome_docking_library', anitya_pkg: 'gdl', comments: '' },
|
||||
{ pkg_name: 'gnu_time', anitya_pkg: 'time', comments: '' },
|
||||
{ pkg_name: 'go_tools', anitya_pkg: 'golang-x-tools', comments: '' },
|
||||
|
||||
Reference in New Issue
Block a user