homebrew-cask/Casks/geany.rb

15 lines
423 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'geany' do
2017-02-05 11:47:39 +08:00
version '1.29'
sha256 '794d373a13287513608deb69b8eb012bdb904a9e8eb417055a1ff8794828b23a'
2015-05-29 22:04:15 +08:00
url "https://download.geany.org/geany-#{version}_osx.dmg"
2017-02-05 11:47:39 +08:00
appcast 'https://github.com/geany/geany/releases.atom',
checkpoint: '5067d1c9d10d6630e280e9638cf303ee694f3ce48d233d905109fccefbf934bb'
2015-05-29 22:04:15 +08:00
name 'Geany'
homepage 'https://www.geany.org/'
2015-05-29 22:04:15 +08:00
depends_on macos: '>= :lion'
app 'Geany.app'
2015-05-29 22:04:15 +08:00
end