Files
homebrew-cask/Casks/a/aptanastudio.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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