Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #474 from rolandwalker/appcast_checksums
Browse files Browse the repository at this point in the history
add appcast checksums in 4 Casks
  • Loading branch information
rolandwalker committed Oct 17, 2014
2 parents 36eac82 + 12f1a61 commit 965e252
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Casks/cleanmymac-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class CleanmymacBeta < Cask
sha256 :no_check

url 'http://dl.devmate.com/com.macpaw.CleanMyMac2/beta/CleanMyMac2.zip'
appcast 'http://updateinfo.devmate.com/com.macpaw.CleanMyMac2/beta/updates.xml'
appcast 'http://updateinfo.devmate.com/com.macpaw.CleanMyMac2/beta/updates.xml',
:sha256 => '14ab02f182c5d743efe0688569a4f16d941b237f4c917f497fa25a499d529b9a'
homepage 'http://macpaw.com/cleanmymac'
license :unknown

Expand Down
3 changes: 2 additions & 1 deletion Casks/macaw-indigo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class MacawIndigo < Cask
sha256 'a98bc077cff020951fed2fc04e47b4182cd1c93b9882a53f89955b9b4f7a37f7'

url "http://indigo.macaw.co/#{version}/MacawIndigo#{version}.dmg"
appcast 'http://indigo.macaw.co/appcast.xml'
appcast 'http://indigo.macaw.co/appcast.xml',
:sha256 => 'ff896638f2868f4d670176611abfc284dbe935ab7264574f57845b202d348617'
homepage 'http://indigo.macaw.co/'
license :unknown

Expand Down
3 changes: 2 additions & 1 deletion Casks/sublime-text3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class SublimeText3 < Cask
sha256 '373dbfcddab7fb288351763402361cd4045f4a9510eb32f81938d0c156d161c3'

url 'http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203065.dmg'
appcast 'http://www.sublimetext.com/updates/3/stable/appcast_osx.xml'
appcast 'http://www.sublimetext.com/updates/3/stable/appcast_osx.xml',
:sha256 => 'bb8df68fe6a87966c4662948f4f147ac5dd0d1cd3a8d5342c56a11a018ff81e9'
homepage 'http://www.sublimetext.com/3'
license :closed

Expand Down
3 changes: 2 additions & 1 deletion Casks/tower1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class Tower1 < Cask
sha256 :no_check

url 'http://www.git-tower.com/download-v1'
appcast 'https://macapps.fournova.com/tower1-1060/updates.xml'
appcast 'https://macapps.fournova.com/tower1-1060/updates.xml',
:sha256 => '0a053ca1cf31f5dd6512a4528a4d793a4993c2e180002c4967511a6dc9bfbf87'
homepage 'http://www.git-tower.com/'
license :unknown

Expand Down

0 comments on commit 965e252

Please sign in to comment.