Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/codacy-cli-v2.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CodacyCliV2 < Formula
version "1.0.0-main.275.bc32470"
url "https://raw.githubusercontent.com/codacy/codacy-cli-v2/1.0.0-main.275.bc32470/codacy-cli.sh"
version "1.0.0-main.377.75d97e9"
url "https://raw.githubusercontent.com/codacy/codacy-cli-v2/1.0.0-main.377.sha.75d97e9/codacy-cli.sh"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The URL contains an extra .sha. segment (1.0.0-main.377.sha.75d97e9) which does not match the version 1.0.0-main.377.75d97e9, likely resulting in a 404 Not Found error. Additionally, the sha256 checksum on line 4 must be updated to match the new file's hash to prevent Homebrew installation failures due to a checksum mismatch.

  url "https://raw.githubusercontent.com/codacy/codacy-cli-v2/1.0.0-main.377.75d97e9/codacy-cli.sh"

sha256 "def852e43b05871b1a5e14dc8fb32015d89e4f4ed33fc3de8570738e6bd180f2"
Comment on lines +2 to 4

def install
Expand Down
Loading