homebrew-cask/Casks/wedge.rb

9 lines
234 B
Ruby
Raw Normal View History

2013-12-01 21:54:59 +08:00
class Wedge < Cask
url 'http://wedge.natestedman.com/release/Wedge.app.zip'
2014-05-14 21:40:04 +08:00
appcast 'http://wedge.natestedman.com/appcast.xml'
2013-12-01 21:54:59 +08:00
homepage 'http://wedge.natestedman.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-12-01 21:54:59 +08:00
link 'Wedge.app'
end