homebrew-cask/Casks/preform.rb

13 lines
624 B
Ruby

cask 'preform' do
version '3.4.6,299'
sha256 '09cefb92695896b7c734b918ce4dbe66eaf5677227f0ad8bc4f4661c345f6002'
# 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