homebrew-cask/Casks/crashlytics.rb

15 lines
683 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'crashlytics' do
2015-07-25 02:50:09 +08:00
version '2.6.25_419'
sha256 'b671cbd7deacb00fbb9fe5b16dbef074ae094a0d80a54382eee7641b1f7fb063'
2015-07-25 02:50:09 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://ssl-download-crashlytics-com.s3.amazonaws.com/mac/builds/Crashlytics-#{version.sub(%r{.*_}, '')}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://ssl-download-crashlytics-com.s3.amazonaws.com/mac/version.xml',
checkpoint: '5795458712cc0d1e3a76cdbf5a58c00a98ca5cf72c52948859a9b5668365d8bb'
2015-01-10 05:43:42 +08:00
name 'Crashlytics'
homepage 'https://crashlytics.com'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:26 +08:00
app 'Crashlytics.app'
end