homebrew-cask/Casks/hachidori.rb

14 lines
569 B
Ruby
Raw Normal View History

cask 'hachidori' do
2016-08-15 04:04:00 +08:00
version '1.1.8'
sha256 'f97371c885af817177f4660232287176777e17092c0a25a9d1a74de8b31c0e52'
2016-02-27 23:47:41 +08:00
# github.com/chikorita157/hachidori was verified as official when first introduced to the cask
url "https://github.com/chikorita157/hachidori/releases/download/#{version}/Hachidori-#{version}.zip"
appcast 'https://github.com/chikorita157/hachidori/releases.atom',
2016-08-15 04:04:00 +08:00
checkpoint: 'f72e2b4819b37d77f73496453f1d91398d2f677314c9492b9db3b3c927c8c0e5'
name 'Hachidori'
homepage 'http://hachidori.ateliershiori.moe/'
app 'Hachidori.app'
end