homebrew-cask/Casks/framer-studio.rb

13 lines
361 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'framer-studio' do
2016-02-01 18:31:31 +08:00
version '50'
2016-01-29 08:21:25 +08:00
sha256 '1649c2768d66c0e0c45345a05f43e095852bc26a2c54bc0df7ef6b08d023bdc1'
2016-01-23 03:48:34 +08:00
# devmate.com is the official download host per the vendor homepage
url 'https://dl.devmate.com/com.motif.framer/FramerStudio.zip'
name 'Framer Studio'
homepage 'http://framerjs.com/'
2015-08-30 02:31:56 +08:00
license :commercial
2014-09-16 00:05:36 +08:00
app 'Framer Studio.app'
end