Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single-file-cli 2.0.14 (new cask) #170058

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions Casks/s/single-file.rb
@@ -0,0 +1,12 @@
cask "single-file" do
arch arm: "aarch64-apple-darwin", intel: "x86_64-apple-darwin"
version "2.0.14"

Check failure on line 3 in Casks/s/single-file.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-13)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert new line before version, or run brew style --fix single-file.

sha256 :no_check

url "https://github.com/gildas-lormeau/single-file-cli/releases/download/v#{version}/single-file-#{arch}"
name "single-file"
desc "CLI tool for saving a faithful copy of a complete web page in a single HTML file"
homepage "https://github.com/gildas-lormeau/single-file-cli/blob/master/README.MD"

binary "single-file-#{arch}"
end