homebrew-cask/Casks/night-owl.rb

16 lines
484 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'night-owl' do
2014-09-17 19:43:08 +08:00
version :latest
sha256 :no_check
# null.net is the official download host per the vendor homepage
2015-04-15 16:55:06 +08:00
url 'http://aki-null.net/yf/NightOwl.zip'
2015-04-14 09:18:40 +08:00
name 'YoruFukurou'
name 'NightOwl'
2015-12-26 04:57:40 +08:00
appcast 'https://sites.google.com/site/yorufukurou/distribution/appcast.xml',
:sha256 => '773b0639a4774732129241d5fc6f92c216d92a2d203886bb784ad5844dd6ba02'
2013-12-28 12:14:32 +08:00
homepage 'https://sites.google.com/site/yorufukurou/home-en'
2015-01-22 14:57:30 +08:00
license :gratis
2015-01-28 00:02:31 +08:00
app 'Night Owl.app'
2013-12-28 12:14:32 +08:00
end