homebrew-cask/Casks/uncrustifyx.rb

8 lines
301 B
Ruby
Raw Normal View History

2013-05-08 19:15:44 +08:00
class Uncrustifyx < Cask
2014-02-26 06:34:14 +08:00
url 'https://github.com/ryanmaxwell/UncrustifyX/releases/download/0.4.3/UncrustifyX-0.4.3.zip'
2013-05-10 22:26:40 +08:00
homepage 'https://github.com/ryanmaxwell/UncrustifyX'
2013-07-10 08:27:22 +08:00
version '0.4.3'
2014-02-26 06:34:14 +08:00
sha256 '017c0781ce05db59c1a3fe52a140166df55aa2d87286a7cf5ba5e3eb6b06c7df'
2013-11-21 21:30:08 +08:00
link 'UncrustifyX.app'
2013-05-08 19:15:44 +08:00
end