Skip to content

Commit

Permalink
archdefs v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Jun 11, 2024
1 parent be7b2d4 commit 84ea478
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions archdefs.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Archdefs < Formula
desc "Architecture definition files for CUTEst"
homepage "https://github.com/ralna/ARCHDefs/wiki"
url "https://github.com/ralna/ARCHDefs/archive/v2.0.3.tar.gz"
sha256 "f57f7c2912187c60a988c5a5707bce783ff93d414a46dd1dc51657a4bba54fbe"
revision 2
url "https://github.com/ralna/ARCHDefs/archive/refs/tags/v2.2.6.tar.gz"
sha256 "f65444a5f85ca42664eaeb2aecae3b76cffdfde60d481298f5b06084044801df"

head "https://github.com/ralna/ARCHDefs.git"

Expand Down Expand Up @@ -47,6 +46,6 @@ def caveats
end

test do
File.file? opt_libexec/"compiler.mac.osx.gfo"
File.file? opt_libexec/"compiler.mac64.osx.gfo"
end
end

0 comments on commit 84ea478

Please sign in to comment.