homebrew-cask/Casks/preform.rb

13 lines
624 B
Ruby

cask 'preform' do
version '3.1.0,1444'
sha256 '00cfeb1a3cd3810b2172d3b7a3d9f9e165e9a1b8845da8196996f3165ab65730'
# s3.amazonaws.com/FormlabsReleases was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/FormlabsReleases/Release/#{version.before_comma}/PreForm_#{version.before_comma}_release_origin_testing_#{version.before_comma}_build_#{version.after_comma}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://formlabs.com/download-preform-mac/'
name 'PreForm'
homepage 'https://formlabs.com/tools/preform/'
app 'PreForm.app'
end