mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
This is the first cask file submission for PreForm, a desktop application to help prepare models for Formlabs 3D printers.
9 lines
275 B
Ruby
9 lines
275 B
Ruby
class Preform < Cask
|
|
version '1.6.5'
|
|
sha256 '465bd7f85a44d66d0e0bf160ed744f9d014e1acf11478e1c884a72414b7053ab'
|
|
|
|
url 'https://s3.amazonaws.com/FormlabsReleases/Release/1.6/PreForm_1.6_5.dmg'
|
|
homepage 'http://formlabs.com/en/products/preform/'
|
|
|
|
app 'PreForm.app'
|
|
end
|