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
1 change: 1 addition & 0 deletions Formula/c/colmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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

bottle do
sha256 arm64_tahoe: "8fa7ebd6e0cdd283a6f7a4d9bc78f342515a61f1f2c2ac50cbb58a93347dd50f"
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.0.tar.gz"
sha256 "071d31a593082dd1d3a8ff3db8a78fba4e3d841653e225e807b1eb709da5f56f"
url "https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.25.1.tar.gz"
sha256 "b0c49a093976bf84f099a19aa13a46bd1d213e1d13b34ffe3b0916657209a844"
license "MIT"
compatibility_version 1
compatibility_version 2

livecheck do
url :stable
Expand Down
Loading