homebrew-cask/Casks/aptanastudio.rb

14 lines
617 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aptanastudio' do
2015-06-15 23:11:56 +08:00
version '3.6.1'
sha256 '1eed9a94ce9b9bf03743f0bfdc5efd752b3470842170ba571ee25d2810c3c8f0'
# github.com/aptana/studio3 was verified as official when first introduced to the cask
url "https://github.com/aptana/studio3/releases/download/v#{version}/Aptana_Studio_3_Setup_#{version}.dmg"
appcast "https://github.com/aptana/studio#{version.major}/releases.atom",
2017-07-26 06:03:46 +08:00
checkpoint: '391e75dcd2dbdb84c856d44d12b242ffdcf51deb92434b720b507505713eb89f'
2015-01-04 11:08:51 +08:00
name 'Aptana Studio'
homepage 'http://www.aptana.com/'
app "Aptana Studio #{version.major}/AptanaStudio#{version.major}.app"
2014-01-12 00:47:29 +08:00
end