mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
294 B
Ruby
10 lines
294 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/'
|
|
license :unknown
|
|
|
|
app 'PreForm.app'
|
|
end
|