You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
306 B
10 lines
306 B
class Screenflow3 < Cask
|
|
version '3.0'
|
|
sha256 '88e72cc2a07fdb93aa6d20e7ea81ba7c3536a1ab325f6a92316a81ddf6e3dcf2'
|
|
|
|
url "http://www.telestream.net/download-files/screenflow/3-0/ScreenFlow-#{version}.dmg"
|
|
homepage 'http://www.telestream.net/screenflow/'
|
|
license :unknown
|
|
|
|
app 'ScreenFlow.app'
|
|
end
|
|
|