homebrew-cask/Casks/lazarus.rb

19 lines
624 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lazarus' do
2018-02-04 04:33:46 +08:00
version '1.8.0'
sha256 'dbabfd3021feb9c1013af4bdfad8261b92f61f982a1e0cabd6c272e895c866bc'
# sourceforge.net/lazarus was verified as official when first introduced to the cask
2018-02-04 04:33:46 +08:00
url "https://downloads.sourceforge.net/lazarus/lazarus-#{version}-i686-macosx.dmg"
appcast 'https://sourceforge.net/projects/lazarus/rss',
2018-02-04 04:33:46 +08:00
checkpoint: '3ef100e227f7604f9ea94958b39994c6b6327e6aa69cb2dbe22211038e82d1d0'
2015-04-09 02:25:32 +08:00
name 'Lazarus'
homepage 'https://www.lazarus-ide.org/'
2016-09-14 21:22:19 +08:00
depends_on formula: 'fpc'
2016-02-20 01:51:59 +08:00
depends_on cask: 'fpcsrc'
2014-09-10 23:37:03 +08:00
pkg 'lazarus.pkg'
2014-11-22 22:12:41 +08:00
uninstall pkgutil: 'org.freepascal.lazarus.www'
2013-11-28 16:54:26 +08:00
end