Fix url for aptanastudio

Fixes edge cases for https://github.com/caskroom/rubocop-cask/pull/26
This commit is contained in:
Aditya Dalal
2016-07-04 22:25:01 -04:00
committed by GitHub
parent 640c003691
commit 70b675fcb9
+1 -1
View File
@@ -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'