Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appcast checksums for 7 Casks #6988

Merged
merged 7 commits into from
Oct 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Casks/fastscripts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class Fastscripts < Cask
sha256 '7cc170ecacad63872fe3faddd8dbaaa8f0e232687dbd8365594221ff64999def'

url "https://www.red-sweater.com/fastscripts/FastScripts#{version}.zip"
appcast 'http://www.red-sweater.com/fastscripts/appcast2.php'
appcast 'http://www.red-sweater.com/fastscripts/appcast2.php',
:sha256 => '500cd40fd4f6a40f76d8329d7246f79414f4d5aeba5bf605be18c16a6de657f5'
homepage 'http://www.red-sweater.com/fastscripts/'
license :unknown

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

url "http://manico.im/static/Manico_#{version}.dmg"
appcast 'http://manico.im/static/manico-appcast.xml'
appcast 'http://manico.im/static/manico-appcast.xml',
:sha256 => 'c42b1494a355c603ad4eadbc229af7b12814989f6e760e2d67dbdebcbb121178'
homepage 'http://manico.im/'
license :unknown

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

url "http://codesorcery.net/downloads/Meerkat_#{version}.dmg"
appcast 'http://codesorcery.net/appcasts/Meerkat.xml'
appcast 'http://codesorcery.net/appcasts/Meerkat.xml',
:sha256 => 'ef91167a375342e078f147e20477056552bef06ea9e306a93ffb8a17ad4e654c'
homepage 'http://codesorcery.net/meerkat'
license :unknown

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

url "https://meocloud.pt/binaries/osx/MEOCloud-#{version}.dmg"
appcast 'https://services.sapo.pt/Application/Catalog/Update?appid=pt.sapo.mac.cloudpt'
appcast 'https://services.sapo.pt/Application/Catalog/Update?appid=pt.sapo.mac.cloudpt',
:sha256 => '0b3224464231b94ad2b2fb81a19beee7a6655e2efa09f8de04f0ba659fd933eb'
homepage 'https://meocloud.pt'
license :unknown

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

url "https://www.renewedvision.com/downloads/ProPresenter5_#{version}_b11499.dmg"
appcast 'https://www.renewedvision.com/update/ProPresenter5.php'
appcast 'https://www.renewedvision.com/update/ProPresenter5.php',
:sha256 => 'f70029136ad0273f64bdbe6eff1d838e18dba1a1e0c3fe6e85c88909fe4cbf64'
homepage 'http://www.renewedvision.com/propresenter.php'
license :unknown

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

url "http://www.rubitrack.com/files/rubiTrack-#{version}.dmg"
appcast 'http://www.rubitrack.com/autoupdate/sparkle3.xml'
appcast 'http://www.rubitrack.com/autoupdate/sparkle3.xml',
:sha256 => 'c7aca0d98b52caa1e7d54cf7b44cdf06317fab2cf982f1e29f4034fe419175e7'
homepage 'http://www.rubitrack.com/'
license :unknown

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

url "https://mirror2.reliablehosting.com/mac/StrongVPN_Mac_#{version}.dmg"
appcast 'https://colomovers.com/mac.xml'
appcast 'https://colomovers.com/mac.xml',
:sha256 => 'd3d2168154069fbcd2ca42eb7167cf9b411230d3c58ac4367b46139011c0415f'
homepage 'http://strongvpn.com/vpnclient.shtml'
license :unknown

Expand Down