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

Remove caskroom_only with manual_installer in 12 Casks #6305

1 change: 0 additions & 1 deletion Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class AdobeCreativeCloud < Cask
url 'https://ccmdls.adobe.com/AdobeProducts/KCCC/1/osx10/CreativeCloudInstaller.dmg'
homepage 'https://creative.adobe.com/products/creative-cloud'

caskroom_only true
caveats do
manual_installer 'Creative Cloud Installer.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/default-folder-x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class DefaultFolderX < Cask
url 'http://www.stclairsoft.com/download/DefaultFolderX-4.6.8.dmg'
homepage 'http://www.stclairsoft.com/DefaultFolderX'

caskroom_only true
caveats do
manual_installer 'Default Folder X Installer.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/jdownloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Jdownloader < Cask
url 'http://installer.jdownloader.org/JDownloader09Setup_mac.dmg'
homepage 'http://jdownloader.org/'

caskroom_only true
caveats do
manual_installer 'JDownloader Installer.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/logmein-hamachi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class LogmeinHamachi < Cask
url 'https://secure.logmein.com/LogMeInHamachi.zip'
homepage 'http://vpn.net'

caskroom_only true
caveats do
manual_installer 'LogMeInHamachiInstaller.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/ps3-media-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Ps3MediaServer < Cask
url 'https://downloads.sourceforge.net/project/ps3mediaserver/pms-1.90.1-setup-macosx.tar.gz'
homepage 'http://www.ps3mediaserver.org/'

caskroom_only true
caveats do
manual_installer 'PS3 Media Server Setup.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/scout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Scout < Cask
url 'https://github.com/downloads/mhs/scout-app/ScoutAppInstaller-0.7.1.dmg'
homepage 'http://mhs.github.io/scout-app/'

caskroom_only true
caveats do
manual_installer 'Install Scout.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/sogouinput.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class Sogouinput < Cask
url 'http://download.ime.sogou.com/1409894725/sogou_mac_30.dmg?st=SEx0_y78FJKFl1c6-uEEnA&e=1410158966&fn=sogou_mac_30.dmg'
homepage 'http://pinyin.sogou.com/mac/'

caskroom_only true
caveats do
manual_installer '安装搜狗输入法.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/sts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Sts < Cask
url "http://download.springsource.com/release/STS/#{version}/dist/e#{based_on_eclipse.gsub(/\.\d$/, '')}/spring-tool-suite-#{version}.RELEASE-e#{based_on_eclipse}-macosx-cocoa-x86_64-installer.dmg"
homepage 'http://spring.io/tools/sts'

caskroom_only true
caveats do
manual_installer "Installer - Spring Tool Suite #{@cask.version}.RELEASE.app"
end
Expand Down
1 change: 0 additions & 1 deletion Casks/titanium-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class TitaniumStudio < Cask
url 'https://titanium-studio.s3.amazonaws.com/latest/Titanium_Studio.dmg'
homepage 'https://my.appcelerator.com/resources'

caskroom_only true
caveats do
manual_installer 'Titanium Studio.app'
end
Expand Down
2 changes: 1 addition & 1 deletion Casks/utorrent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class Utorrent < Cask
homepage 'http://www.utorrent.com/'

version :latest
caskroom_only true
sha256 :no_check

caveats do
manual_installer 'uTorrent-Installer.app'
end
Expand Down
1 change: 0 additions & 1 deletion Casks/vlc-remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class VlcRemote < Cask
appcast 'http://hobbyistsoftware.com/Downloads/VLCRemote/vlcSetupHelperVersions.xml'
homepage 'http://hobbyistsoftware.com/vlc'

caskroom_only true
caveats do
manual_installer 'VLC Setup.app'
end
Expand Down
2 changes: 0 additions & 2 deletions Casks/xamarin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class Xamarin < Cask
url 'http://download.xamarin.com/Installer/Mac/XamarinInstaller.dmg'
homepage 'http://xamarin.com/platform'

caskroom_only true

caveats do
puts 'This app requires the JRE (Java Runtime Environment) to be installed'
manual_installer 'Install Xamarin.app'
Expand Down