homebrew-cask/Casks/oryoki.rb

17 lines
503 B
Ruby
Raw Normal View History

2016-07-17 06:35:45 +08:00
cask 'oryoki' do
2018-02-13 04:31:45 +08:00
version '0.2.2'
sha256 '419a251b1be83c1f11763d4713920f5e7676a2cb23fc9e359e0d2d4fd349e23f'
2016-07-17 06:35:45 +08:00
# github.com/thmsbfft/oryoki was verified as official when first introduced to the cask
url "https://github.com/thmsbfft/oryoki/releases/download/#{version}/Oryoki-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/thmsbfft/oryoki/releases.atom'
2016-07-17 06:35:45 +08:00
name 'Oryoki'
2017-02-15 17:54:27 +08:00
name 'Ōryōki'
name '応量器'
2016-07-17 06:35:45 +08:00
homepage 'http://oryoki.io/'
2017-02-15 17:54:27 +08:00
depends_on macos: '>= :el_capitan'
2016-07-17 06:35:45 +08:00
app 'Oryoki.app'
end