mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
250 B
Ruby
7 lines
250 B
Ruby
class Fpc < Cask
|
|
url 'http://downloads.sourceforge.net/freepascal/fpc-2.6.2.intel-macosx.dmg'
|
|
homepage 'http://www.freepascal.org/'
|
|
version '2.6.2'
|
|
sha1 'b784f338c049c83eadb988f2a0dab170f9cc5c76'
|
|
install 'fpc-2.6.2rc1.intel-macosx.pkg'
|
|
end
|