mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix url for aptanastudio
Fixes edge cases for https://github.com/caskroom/rubocop-cask/pull/26
This commit is contained in:
@@ -3,7 +3,7 @@ cask 'aptanastudio' do
|
||||
sha256 '1eed9a94ce9b9bf03743f0bfdc5efd752b3470842170ba571ee25d2810c3c8f0'
|
||||
|
||||
# github.com/aptana/studio3 was verified as official when first introduced to the cask
|
||||
url "https://github.com/aptana/studio#{version.major}/releases/download/v#{version}/Aptana_Studio_3_Setup_#{version}.dmg"
|
||||
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",
|
||||
checkpoint: '795dbb0123a994485eb2211e45340e23ceca4a7454ad68404758858310d9fa8a'
|
||||
name 'Aptana Studio'
|
||||
|
||||
Reference in New Issue
Block a user