mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
10 lines
269 B
Ruby
10 lines
269 B
Ruby
class Thyme < Cask
|
|
version '0.4.2'
|
|
sha256 '5963d199ff9d64f3cc6966ed532b949fa500c9887d391aef8eedba68ae469a45'
|
|
|
|
url "https://joaomoreno.github.io/thyme/dist/Thyme-#{version}.dmg"
|
|
homepage 'http://joaomoreno.github.io/thyme/'
|
|
license :oss
|
|
|
|
app 'Thyme.app'
|
|
end
|