homebrew-cask/Casks/night-owl.rb

16 lines
485 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
url 'https://aki-null.net/yf/NightOwl.zip'
2015-12-26 04:57:40 +08:00
appcast 'https://sites.google.com/site/yorufukurou/distribution/appcast.xml',
:sha256 => 'c5b6bf63c12d377c8759b21a2dc4da903a1097019f5b23997162ede6f1f0f970'
name 'NightOwl'
2016-01-12 02:39:11 +08:00
name 'YoruFukurou'
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