homebrew-cask/Casks/preform.rb

12 lines
497 B
Ruby

cask :v1 => 'preform' do
version '1.8.1_1'
sha256 '51ed43f83821c9ba10a50d315990aa59ede13a64e46bda438a3e113a93385209'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/FormlabsReleases/Release/#{version.sub(%r{_.*},'')}/PreForm_#{version}.dmg"
homepage 'http://formlabs.com/en/products/preform/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'PreForm.app'
end