mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Do not use @_ver for gcc, git, openssl and ruby. (#7797)
This commit is contained in:
committed by
GitHub
parent
c5083e50b0
commit
43c9f6afdd
@@ -3,6 +3,7 @@ require 'package'
|
||||
class Gcc < Package
|
||||
description 'The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go.'
|
||||
homepage 'https://www.gnu.org/software/gcc/'
|
||||
# Do not use @_ver here, it will break the installer.
|
||||
version '12.2.1-b80a690'
|
||||
license 'GPL-3, LGPL-3, libgcc, FDL-1.2'
|
||||
compatibility 'all'
|
||||
|
||||
Reference in New Issue
Block a user