homebrew-cask-versions/Casks/fpc.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

7 lines
276 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'
sha256 '09b0964c6fb11eaa04e0fa065e479674384aab81e69e377bb1e030ec1d3398a6'
install 'fpc-2.6.2rc1.intel-macosx.pkg'
end