homebrew-cask/Casks/thyme.rb

13 lines
376 B
Ruby

cask :v1 => 'thyme' do
version '0.5.1'
sha256 '9757fff3198d379d3fc1d6231669d1eea6e0d1ba7aa2b876782998415d050ae2'
url "https://github.com/joaomoreno/thyme/releases/download/#{version}/Thyme.#{version}.dmg"
appcast 'https://github.com/joaomoreno/thyme/releases.atom'
name 'Thyme'
homepage 'https://joaomoreno.github.io/thyme/'
license :mit
app 'Thyme.app'
end