homebrew-cask/Casks/uncrustifyx.rb

14 lines
503 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/ryanmaxwell/UncrustifyX/releases.atom',
:sha256 => 'a630a55936f8f5cf7ade0b73f1c8c094d3b733a028121da60f383fb69b9f4e43'
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