homebrew-cask/Casks/thyme.rb

13 lines
376 B
Ruby
Raw Normal View History

2014-11-14 01:27:10 +08:00
cask :v1 => 'thyme' do
2015-06-11 02:00:51 +08:00
version '0.5.1'
sha256 '9757fff3198d379d3fc1d6231669d1eea6e0d1ba7aa2b876782998415d050ae2'
2015-06-11 02:00:51 +08:00
url "https://github.com/joaomoreno/thyme/releases/download/#{version}/Thyme.#{version}.dmg"
2015-06-11 02:48:56 +08:00
appcast 'https://github.com/joaomoreno/thyme/releases.atom'
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