diff --git a/Formula/smgl.rb b/Formula/smgl.rb index f3c7120..c584a66 100644 --- a/Formula/smgl.rb +++ b/Formula/smgl.rb @@ -1,19 +1,11 @@ class Smgl < Formula desc "Structured Metadata Engine and Graph Object Library" homepage "https://github.com/educelab/smgl" - url "https://github.com/educelab/smgl/archive/refs/tags/v0.11.0-rc.1.tar.gz" - sha256 "dd4fd856d74ae607da4c9a0d1e7d420b3da7955dab8d0c8654218127b8b4150d" + url "https://github.com/educelab/smgl/archive/refs/tags/v0.11.0-rc.2.tar.gz" + sha256 "716872dde791694cba4617c41b3d71050dfedbb500b2823581210ca805d49660" license "GPL-3.0-or-later" head "https://github.com/educelab/smgl.git", branch: "main" - bottle do - root_url "https://ghcr.io/v2/educelab/code" - sha256 cellar: :any_skip_relocation, arm64_tahoe: "c9badbac71b75314d2e9f7849b07af1dce793fe58123440b2ea488f6258d08f7" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "900ceddec6834e721cf934cc883aaaf50021d5686c10df4cdb121cdbbc61a187" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fc650d82442a58cf65e0bf217cf7757759e6b1f329391cf21b10751cdcec188" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6123c5df9c2fd477757672360adbdf514e98846ba30daaac2e26b1ebb4dba57b" - end - depends_on "cmake" => [:build, :test] depends_on "nlohmann-json"