homebrew-cask/Casks/tidepool-uploader.rb

13 lines
518 B
Ruby

cask 'tidepool-uploader' do
version '2.28.1'
sha256 '7f7b0642a8b0e72d1931409c63cec0af8e15f88d9e1aabbff240c31fed6b720a'
# github.com/tidepool-org/chrome-uploader was verified as official when first introduced to the cask
url "https://github.com/tidepool-org/chrome-uploader/releases/download/v#{version}/tidepool-uploader-#{version}.dmg/"
appcast 'https://github.com/tidepool-org/chrome-uploader/releases.atom'
name 'Tidepool Uploader'
homepage 'https://tidepool.org/'
app 'Tidepool Uploader.app'
end