homebrew-cask/Casks/actions-server.rb

11 lines
214 B
Ruby
Raw Normal View History

2014-06-13 05:09:03 +08:00
class ActionsServer < Cask
2014-09-17 19:42:36 +08:00
version :latest
2014-06-13 05:09:03 +08:00
sha256 :no_check
url 'http://getactionsapp.com/downloads/ActionsServer.dmg'
homepage 'http://getactionsapp.com'
2014-10-13 22:37:26 +08:00
license :gratis
2014-09-16 00:05:12 +08:00
app 'Actions Server.app'
2014-06-13 05:09:03 +08:00
end