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.1.1.tar.gz"
sha256 "0cadd938756d7046055751ca35bcf0d35911403fcb65b91d022ddc418dc110a5"
license "BSD-3-Clause"
revision 1

bottle do
sha256 arm64_tahoe: "514a7273908c205a09d7d936a98a4cb05c4c519e40c9f849b6983f8a7bed2291"
Expand Down
12 changes: 6 additions & 6 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.27.1.tar.gz"
sha256 "e53b06ccd454f56088fde374d1af6660ef111ca7ce7a98d62b274ff9094d3005"
url "https://github.com/microsoft/onnxruntime/archive/refs/tags/v1.28.0.tar.gz"
sha256 "9616cbdbbfcb1420b3261cd280a047d74ab0a249825e577b0e2dd310e22f6b83"
license "MIT"
compatibility_version 5
compatibility_version 6

livecheck do
url :stable
Expand Down Expand Up @@ -35,9 +35,9 @@ class Onnxruntime < Formula
depends_on "re2"

resource "pytorch_cpuinfo" do
url "https://github.com/pytorch/cpuinfo/archive/403d652dca4c1046e8145950b1c0997a9f748b57.tar.gz"
version "403d652dca4c1046e8145950b1c0997a9f748b57"
sha256 "c33bcad94ccbdd4966cc21291f0dcacd40d1dd04eb4c2a6ef1c8da669c01e024"
url "https://github.com/pytorch/cpuinfo/archive/4628dc060ce4e82345dc166bbac875609db4ff69.tar.gz"
version "4628dc060ce4e82345dc166bbac875609db4ff69"
sha256 "a550205e891f9f1982044a306cb54556347645cba129af34cd907160f83bd0f1"

livecheck do
url "https://raw.githubusercontent.com/microsoft/onnxruntime/refs/tags/v#{LATEST_VERSION}/cmake/deps.txt"
Expand Down
Loading