homebrew-cask/Casks/monolingual.rb

28 lines
1.1 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'monolingual' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :tiger
2014-12-07 21:30:09 +08:00
version '1.3.9'
sha256 '7bf1ec8642ec8674443945dec12cf9c991306912e1e27c305c6db4776e037b16'
2016-08-08 03:12:48 +08:00
elsif MacOS.version <= :snow_leopard
2014-12-07 21:30:09 +08:00
version '1.4.5'
sha256 '7684b6b6d41b784d06e636f5e7993ca3730680ccbfa83e90e74b43be58ad3e21'
2016-08-08 03:12:48 +08:00
elsif MacOS.version <= :mavericks
2014-12-07 21:30:09 +08:00
version '1.5.10'
sha256 '2dd4d1164ced9c6ff431eb99db12e46faa10747c7753ed3889d6df493ee096a5'
2016-08-08 03:12:48 +08:00
elsif MacOS.version <= :yosemite
version '1.6.7'
sha256 'c96175ef35aae6409f760e6c1f70e7cc47d45ab2b769c3238b4a4d979d13756b'
2014-12-07 21:30:09 +08:00
else
2017-01-04 02:08:09 +08:00
version '1.7.5'
sha256 '02504697a7d3ad3e2da96142e75eb66d6287a7e6eea723e4a75714b61ee57fd8'
2014-12-07 21:30:09 +08:00
end
2016-02-11 06:04:36 +08:00
# github.com/IngmarStein/Monolingual was verified as official when first introduced to the cask
2014-12-07 21:30:09 +08:00
url "https://github.com/IngmarStein/Monolingual/releases/download/v#{version}/Monolingual-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/IngmarStein/Monolingual/releases.atom',
2017-01-04 02:08:09 +08:00
checkpoint: '06c78e7ab4fbd0dcc7a628e2da166a15c72465708812b08691629fcc5a1c5c6c'
2015-04-14 04:25:54 +08:00
name 'Monolingual'
2014-12-07 21:30:09 +08:00
homepage 'https://ingmarstein.github.io/Monolingual/'
2014-12-07 21:30:09 +08:00
app 'Monolingual.app'
2013-10-28 01:51:00 +08:00
end