homebrew-cask/Casks/timeular.rb

15 lines
511 B
Ruby

cask 'timeular' do
version '2.4.0'
sha256 '9b78c28b7da5b6b7bfa0bfeffd83f707f0dcb516ca1378afd3a486a830e722c7'
# timeular-desktop-packages.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://timeular-desktop-packages.s3.amazonaws.com/mac/production/Timeular-#{version}.dmg"
appcast 'https://timeular-desktop-packages.s3.amazonaws.com/mac/production/latest-mac.yml'
name 'Timeular'
homepage 'https://timeular.com/'
auto_updates true
app 'Timeular.app'
end