mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
435 B
Ruby
17 lines
435 B
Ruby
cask "aptanastudio" do
|
|
version "3.7.2.201807301111"
|
|
sha256 "02d0dccd808d1dd7a16ef1aab199e472726b8476cb65728f1f1ad06f6eca2363"
|
|
|
|
url "https://github.com/aptana/studio3/releases/download/#{version}/Aptana_Studio_#{version.major}.dmg",
|
|
verified: "github.com/aptana/studio3/"
|
|
name "Aptana Studio"
|
|
homepage "http://www.aptana.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "AptanaStudio.app"
|
|
end
|