Add cljstyle 0.12.1 (#80734)

* Add cljstyle 0.12.1

cljstyle is a tool for formatting Clojure code.

* Update cljstyle.rb

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Rob Hanlon 2020-04-16 15:46:55 -07:00 committed by GitHub
parent 4b0ddd8e18
commit b336c62213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
Casks/cljstyle.rb Normal file
View File

@ -0,0 +1,11 @@
cask 'cljstyle' do
version '0.12.1'
sha256 '5847c209b691542905b1ea549eca02de89c0dbfad6959880484207773591b001'
url "https://github.com/greglook/cljstyle/releases/download/#{version}/cljstyle_#{version}_macos.tar.gz"
appcast 'https://github.com/greglook/cljstyle/releases.atom'
name 'cljstyle'
homepage 'https://github.com/greglook/cljstyle'
binary 'cljstyle'
end