Skip to content

Commit 744d27e

Browse files
author
github-actions
committed
update homebrew formula for v0.0.5
1 parent 3ba3014 commit 744d27e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/ignore-cli.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class IgnoreCli < Formula
22
desc "A simple command-line tool for managing .gitignore files in your Git repositories Topics"
33
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"
4+
url "https://github.com/tasnimzotder/ignore-cli/releases/download/v0.0.5/ignore-darwin-arm64-v0.0.5"
5+
sha256 "ac8874ffdca9a4ac93574242fd8505eede3759fc8d500cf3145e9332bd59b9a7"
6+
version "v0.0.5"
77

88
def install
9-
bin.install "ignore-darwin-arm64-v0.0.2" => "ignore"
9+
bin.install "ignore-darwin-arm64-v0.0.5" => "ignore"
1010
end
1111

1212
test do

0 commit comments

Comments
 (0)