Skip to content

Commit

Permalink
git-arc: Rearrange variables to fix some Homebrew warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
0mp committed Jul 15, 2024
1 parent f28d37a commit fa67c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/git-arc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class GitArc < Formula

desc "Wrapper to improve integration between git and arcanist"
homepage "https://cgit.freebsd.org/src/plain/tools/tools/git/"
license "BSD-2-Clause"
url url_prefix + "/git-arc.sh?id=" + rev
license "BSD-2-Clause"
sha256 "2125d0a57c522ab24a43091f851dbdd9b33633699eef84195c480630301335da"
version "20240422" # Follows FreeBSD's devel/freebsd-git-devtools.

Check failure on line 12 in Formula/git-arc.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `version` (line 12) should be put before `sha256` (line 11)

Expand Down

0 comments on commit fa67c54

Please sign in to comment.