homebrew-cask/Casks/fastscripts.rb

12 lines
359 B
Ruby
Raw Normal View History

2013-12-15 07:56:50 +08:00
class Fastscripts < Cask
version '2.6.5'
sha256 '76d8aa61d754f4c94ce53071d6afa2826d0a6390ba6ddae40c2f530475e2cb54'
2014-09-26 20:08:54 +08:00
url "https://www.red-sweater.com/fastscripts/FastScripts#{version}.zip"
2014-06-03 01:38:02 +08:00
appcast 'http://www.red-sweater.com/fastscripts/appcast2.php'
2013-12-15 07:56:50 +08:00
homepage 'http://www.red-sweater.com/fastscripts/'
2014-10-01 23:32:51 +08:00
license :unknown
2014-09-16 00:05:33 +08:00
app 'FastScripts.app'
2013-12-15 07:56:50 +08:00
end