homebrew-cask/Casks/thyme.rb

15 lines
550 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'thyme' do
2015-06-11 02:00:51 +08:00
version '0.5.1'
sha256 '9757fff3198d379d3fc1d6231669d1eea6e0d1ba7aa2b876782998415d050ae2'
2016-02-11 06:28:28 +08:00
# github.com/joaomoreno/thyme was verified as official when first introduced to the cask
2015-06-11 02:00:51 +08:00
url "https://github.com/joaomoreno/thyme/releases/download/#{version}/Thyme.#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/joaomoreno/thyme/releases.atom',
checkpoint: '05388198ae32566498217e07231e5908c53127ed33ac2152c629ca867c6c1fda'
2015-01-10 04:27:35 +08:00
name 'Thyme'
2015-06-29 14:32:18 +08:00
homepage 'https://joaomoreno.github.io/thyme/'
license :mit
2014-09-16 00:06:29 +08:00
app 'Thyme.app'
end