You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
333 B
7 lines
333 B
class Gcc481Linux64 < Cask
|
|
url 'http://crossgcc.rts-software.org/download/gcc-4.8.1-for-linux32-linux64/gcc-4.8.1-for-linux64.dmg'
|
|
homepage 'http://crossgcc.rts-software.org/doku.php?id=start'
|
|
version '4.8.1'
|
|
sha256 'ed9cd7a8483f68da333bf94bb09cc6cf6f5fa2328c77dc60c13cdd318d8d805a'
|
|
install 'gcc-4.8.1-for-linux64.pkg'
|
|
end
|
|
|