homebrew-cask/Casks/linkliar.rb

11 lines
245 B
Ruby
Raw Normal View History

2014-07-21 05:31:55 +08:00
class Linkliar < Cask
2014-09-17 19:42:51 +08:00
version :latest
2014-07-21 05:31:55 +08:00
sha256 :no_check
url 'https://github.com/halo/LinkLiar/blob/master/latest_build/LinkLiar.zip?raw=true'
homepage 'https://github.com/halo/LinkLiar'
2014-10-01 23:33:15 +08:00
license :oss
2014-07-21 05:31:55 +08:00
prefpane 'LinkLiar.prefPane'
end