homebrew-cask/Casks/monolingual.rb

29 lines
1.1 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'monolingual' do
2014-12-11 00:55:21 +08:00
if MacOS.release <= :tiger
2014-12-07 21:30:09 +08:00
version '1.3.9'
sha256 '7bf1ec8642ec8674443945dec12cf9c991306912e1e27c305c6db4776e037b16'
2014-12-11 00:55:21 +08:00
elsif MacOS.release <= :snow_leopard
2014-12-07 21:30:09 +08:00
version '1.4.5'
sha256 '7684b6b6d41b784d06e636f5e7993ca3730680ccbfa83e90e74b43be58ad3e21'
2014-12-11 00:55:21 +08:00
elsif MacOS.release <= :mavericks
2014-12-07 21:30:09 +08:00
version '1.5.10'
sha256 '2dd4d1164ced9c6ff431eb99db12e46faa10747c7753ed3889d6df493ee096a5'
elsif MacOS.release <= :yosemite
version '1.6.7'
sha256 'c96175ef35aae6409f760e6c1f70e7cc47d45ab2b769c3238b4a4d979d13756b'
2014-12-07 21:30:09 +08:00
else
2016-03-28 23:06:37 +08:00
version '1.7.3'
sha256 '24fa5ff0a5903c0eb07cd58a15292e3adab97ea0823f304241dc4187f9252ffc'
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',
2016-03-28 23:06:37 +08:00
checkpoint: '4f40435d25696bad5afe152e0ffae05101967998e7262db9c4bfb622229e4a52'
2015-04-14 04:25:54 +08:00
name 'Monolingual'
2014-12-07 21:30:09 +08:00
homepage 'https://ingmarstein.github.io/Monolingual/'
license :gpl
2014-12-07 21:30:09 +08:00
app 'Monolingual.app'
2013-10-28 01:51:00 +08:00
end