Skip to content

Commit

Permalink
Bump revision to force build on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 14, 2024
1 parent 2ad6f4f commit c41e4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/asdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Asdf < Formula
using: :git,
tag: "1.0.0",
revision: "ee6147b4d89c18fcc48fd1ae3a7967e6a5ea3cc0"
revision 1
license any_of: ["MIT", "Apache-2.0"]

Check failure on line 9 in Formula/asdf.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `license` (line 9) should be put before `revision` (line 8)

Check failure on line 9 in Formula/asdf.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/ComponentsOrder: `license` (line 9) should be put before `revision` (line 8)

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/libmysofa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Libmysofa < Formula
homepage "https://github.com/hoene/libmysofa"
url "https://github.com/hoene/libmysofa/archive/refs/tags/v1.3.2.tar.gz"
sha256 "6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76"
revision 1
license "BSD-3-Clause"

Check failure on line 7 in Formula/libmysofa.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `license` (line 7) should be put before `revision` (line 6)

Check failure on line 7 in Formula/libmysofa.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/ComponentsOrder: `license` (line 7) should be put before `revision` (line 6)

bottle do
Expand Down

0 comments on commit c41e4ce

Please sign in to comment.