Skip to content

Commit

Permalink
Merge pull request #6683 from rolandwalker/appcast_format
Browse files Browse the repository at this point in the history
appcast :format for 4 Casks
  • Loading branch information
rolandwalker committed Oct 16, 2014
2 parents f6115f6 + 5b8e267 commit 6c5b3a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Casks/epub-to-pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class EpubToPdf < Cask
sha256 'dcfc59d57f756802e844614b7dae43bca67284ec85fe6b909f244e41f20987b3'

url 'http://epub-2-pdf.googlecode.com/files/e2p-3.dmg'
# non-Sparkle appcast
appcast 'https://code.google.com/feeds/p/epub-2-pdf/downloads/basic'
appcast 'https://code.google.com/feeds/p/epub-2-pdf/downloads/basic',
:format => :unknown
homepage 'https://code.google.com/p/epub-2-pdf'
license :oss

Expand Down
4 changes: 2 additions & 2 deletions Casks/xamarin-android.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class XamarinAndroid < Cask
sha256 '012f7266b123a1cc8cc189db8c3aea24c5daa8912df684525336fabc86e279e7'

url "http://download.xamarin.com/MonoforAndroid/Mac/mono-android-#{version}.pkg"
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
:format => :unknown
homepage 'http://xamarin.com/android'
license :unknown

Expand Down
4 changes: 2 additions & 2 deletions Casks/xamarin-ios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class XamarinIos < Cask
sha256 '6fd3ffd73937d937e0dac4bfdc6534fc948ceebf38d02b3eee94cd857fba4ee8'

url "http://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
:format => :unknown
homepage 'http://xamarin.com/ios'
license :unknown

Expand Down
4 changes: 2 additions & 2 deletions Casks/xamarin-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class XamarinStudio < Cask
sha256 '4c05b5174fd1d2eacef44f2f96557fc213f25381ad0ea3c139612217a20e8d46'

url "http://download.xamarin.com/studio/Mac/XamarinStudio-#{version}.dmg"
# non-Sparkle appcast
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml'
appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
:format => :unknown
homepage 'http://xamarin.com/studio'
license :unknown

Expand Down

0 comments on commit 6c5b3a1

Please sign in to comment.