homebrew-cask/Casks/fpc.rb

11 lines
353 B
Ruby
Raw Normal View History

2013-11-28 17:53:10 +08:00
class Fpc < Cask
version '2.6.2'
sha256 '09b0964c6fb11eaa04e0fa065e479674384aab81e69e377bb1e030ec1d3398a6'
url 'https://downloads.sourceforge.net/freepascal/fpc-2.6.2.intel-macosx.dmg'
homepage 'http://www.freepascal.org/'
2014-09-10 23:37:01 +08:00
pkg 'fpc-2.6.2rc1.intel-macosx.pkg'
2014-03-07 06:23:12 +08:00
uninstall :pkgutil => 'org.freepascal.freePascalCompiler262.fpcinst386.pkg'
2013-11-28 17:53:10 +08:00
end