diff --git a/Casks/theine.rb b/Casks/theine.rb new file mode 100644 index 00000000000..e7e3fbfdfac --- /dev/null +++ b/Casks/theine.rb @@ -0,0 +1,12 @@ +cask :v1 => 'theine' do + version '1.0.1' + sha256 'ffba439b07e2c5119bfb1648eda753681385f84a7bb5be5316b492d7d075bbdd' + + url "https://github.com/lvillani/theine/releases/download/v#{version}/Theine-v#{version}.zip" + appcast 'https://github.com/lvillani/theine/releases.atom' + name 'Theine' + homepage 'https://github.com/lvillani/theine' + license :mit + + app 'Theine.app' +end