Merge pull request #6683 from rolandwalker/appcast_format

appcast :format for 4 Casks
This commit is contained in:
Roland Walker 2014-10-15 20:32:57 -04:00
commit 6c5b3a1f88
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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