Add zprint 1.0.0 (#88213)

This commit is contained in:
Rob Hanlon 2020-08-26 21:47:54 -07:00 committed by GitHub
parent 31c9d57d10
commit a17f427a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
Casks/zprint.rb Normal file
View File

@ -0,0 +1,12 @@
cask "zprint" do
version "1.0.0"
sha256 "b707f1188c175c2028c014f0ae88cb384283aa6d097bb31298d66852162581b1"
url "https://github.com/kkinnear/zprint/releases/download/#{version}/zprintm-#{version}"
appcast "https://github.com/kkinnear/zprint/releases.atom"
name "zprint"
desc "Library to reformat Clojure and Clojurescript source code and s-expressions"
homepage "https://github.com/kkinnear/zprint"
binary "zprintm-#{version}", target: "zprint"
end