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.3.tar.gz"
sha256 "9d0a0916c5419d8e8c59839a729b041856d46f8abc911f32847e3857918969bd"
license "BSD-3-Clause"
revision 1

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

livecheck do
url :stable
Expand Down
Loading