homebrew-cask/Casks/uncrustifyx.rb

13 lines
421 B
Ruby
Raw Normal View History

2014-11-14 01:27:15 +08:00
cask :v1 => 'uncrustifyx' do
version '0.4.3'
sha256 '017c0781ce05db59c1a3fe52a140166df55aa2d87286a7cf5ba5e3eb6b06c7df'
2014-09-26 20:09:17 +08:00
url "https://github.com/ryanmaxwell/UncrustifyX/releases/download/#{version}/UncrustifyX-#{version}.zip"
2015-03-15 19:55:56 +08:00
appcast 'https://github.com/ryanmaxwell/UncrustifyX/releases.atom'
2015-05-06 03:26:17 +08:00
name 'UncrustifyX'
2013-05-10 22:26:40 +08:00
homepage 'https://github.com/ryanmaxwell/UncrustifyX'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:33 +08:00
app 'UncrustifyX.app'
2013-05-08 19:15:44 +08:00
end