homebrew-cask/Casks/sharepod.rb

14 lines
546 B
Ruby

cask 'sharepod' do
version '4.3.2.0'
sha256 '1e6799be8764fb6f57ff87fef79de86d0391d63d349f68999f02729a72529211'
# cdn.macroplant.com was verified as official when first introduced to the cask
url "http://cdn.macroplant.com/release/Sharepod-#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://macroplant.com/sharepod/download/&user_agent=Macintosh',
configuration: version.major_minor_patch
name 'Sharepod'
homepage 'https://www.getsharepod.com/'
app 'Sharepod.app'
end