Do not use @_ver for gcc, git, openssl and ruby. (#7797)

This commit is contained in:
Maximilian Downey Twiss
2023-01-04 11:34:46 +11:00
committed by GitHub
parent c5083e50b0
commit 43c9f6afdd
4 changed files with 11 additions and 10 deletions

View File

@@ -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'