homebrew-cask/Casks/deeq.rb

11 lines
184 B
Ruby
Raw Normal View History

2014-09-03 12:56:48 +08:00
class Deeq < Cask
2014-09-17 19:42:42 +08:00
version :latest
2014-09-03 12:56:48 +08:00
sha256 :no_check
url 'http://dl.bithavoc.io/deeq/releases/latest.dmg'
homepage 'http://deeqapp.com'
2014-10-01 23:32:44 +08:00
license :unknown
2014-09-03 12:56:48 +08:00
2014-09-16 00:05:27 +08:00
app 'Deeq.app'
2014-09-03 12:56:48 +08:00
end