homebrew-cask/Casks/bilibili.rb

15 lines
493 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bilibili' do
2017-01-30 05:15:13 +08:00
version '2.51'
sha256 '7baf5fcfc4a467f03dbcd1165faae9fa339ece6972a4a38f37dd18f773c08268'
2015-04-01 16:36:26 +08:00
2016-06-20 01:44:58 +08:00
url "https://github.com/typcn/bilibili-mac-client/releases/download/#{version}/Bilibili.dmg"
2016-01-07 07:27:07 +08:00
appcast 'https://github.com/typcn/bilibili-mac-client/releases.atom',
2017-01-30 05:15:13 +08:00
checkpoint: 'e6eb3c6acdb1f48bd3281c8d1c9d4b03190dc4ad027a873996bf1127c766aad0'
name 'Bilibili'
2015-04-01 16:36:26 +08:00
homepage 'https://github.com/typcn/bilibili-mac-client/'
2016-06-20 01:44:58 +08:00
auto_updates true
2015-04-01 16:36:26 +08:00
app 'Bilibili.app'
end