We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba3014 commit 744d27eCopy full SHA for 744d27e
Formula/ignore-cli.rb
@@ -1,12 +1,12 @@
1
class IgnoreCli < Formula
2
desc "A simple command-line tool for managing .gitignore files in your Git repositories Topics"
3
homepage "https://github.com/tasnimzotder/ignore-cli"
4
- url "https://github.com/tasnimzotder/ignore-cli/releases/download/v0.0.2/ignore-darwin-arm64-v0.0.2"
5
- sha256 "f1711a535d618828f2707049ab4731fde1a788ebedb8ca6e659a100f39a3dd0e"
6
- version "0.0.2"
+ url "https://github.com/tasnimzotder/ignore-cli/releases/download/v0.0.5/ignore-darwin-arm64-v0.0.5"
+ sha256 "ac8874ffdca9a4ac93574242fd8505eede3759fc8d500cf3145e9332bd59b9a7"
+ version "v0.0.5"
7
8
def install
9
- bin.install "ignore-darwin-arm64-v0.0.2" => "ignore"
+ bin.install "ignore-darwin-arm64-v0.0.5" => "ignore"
10
end
11
12
test do
0 commit comments