Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion Formula/c/colmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Colmap < Formula
url "https://github.com/colmap/colmap/archive/refs/tags/4.0.4.tar.gz"
sha256 "200309abca2a3ee05970b1f8a48d545fc71f435dffe6764a8040f9f6f364da32"
license "BSD-3-Clause"
revision 1
revision 2

bottle do
sha256 arm64_tahoe: "bd20d958cb4f60a42fd8b0ee259f8f640b6c158e16c62c531d5cb4b91b8c4ee2"
Expand Down
6 changes: 3 additions & 3 deletions Formula/o/onnxruntime.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Onnxruntime < Formula
desc "Cross-platform, high performance scoring engine for ML models"
homepage "https://github.com/microsoft/onnxruntime"
url "https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.25.1.tar.gz"
sha256 "b0c49a093976bf84f099a19aa13a46bd1d213e1d13b34ffe3b0916657209a844"
url "https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.26.0.tar.gz"
sha256 "2a90eb9a306c1eeb29213f5b165a55008ac5cb7d27e0935c4458c51a49ef091d"
license "MIT"
compatibility_version 2
compatibility_version 3

livecheck do
url :stable
Expand Down
Loading