homebrew-cask/Casks/framer-studio.rb

14 lines
476 B
Ruby
Raw Normal View History

2014-11-14 01:25:52 +08:00
cask :v1 => 'framer-studio' do
2015-06-03 00:51:06 +08:00
version '1.11.188'
sha256 'b1fff971456a4af5ad88661344dbad079d5ba08e25dfc2c6f252824d1916206b'
2014-10-14 14:07:37 +08:00
url "http://studio.update.framerjs.com/static/downloads/Framer%20Studio-#{version}.zip"
2015-03-30 21:27:05 +08:00
name 'Framer Studio'
2015-05-24 00:24:08 +08:00
appcast 'http://studio.update.framerjs.com/appcast.xml',
:sha256 => '2d6e82bb3d57ecf9d7dcb339efea422f6feaed924b73a15b550b69f07b8b9172'
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