Skip to content

Commit

Permalink
Merge pull request #159119 from Porkepix/bump-toml11-3.8.0
Browse files Browse the repository at this point in the history
toml11 3.8.0
  • Loading branch information
BrewTestBot authored Jan 6, 2024
2 parents 348486a + bce9d08 commit 28a5796
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/t/toml11.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
class Toml11 < Formula
desc "TOML for Modern C++"
homepage "https://github.com/ToruNiina/toml11"
url "https://github.com/ToruNiina/toml11/archive/refs/tags/v3.7.1.tar.gz"
sha256 "afeaa9aa0416d4b6b2cd3897ca55d9317084103077b32a852247d8efd4cf6068"
url "https://github.com/ToruNiina/toml11/archive/refs/tags/v3.8.0.tar.gz"
sha256 "36ce64b09f9151b57ba1970f12a591006fcae17b751ba011314c1f5518e77bc7"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "81f63739751b2e5b61269547bd02ce49fa35bbf57cb85b5e9cf83833489a4098"
sha256 cellar: :any_skip_relocation, all: "1f83002476e1309bb559d006869d1d8f8375d1d32aa1aecce5f88e4039c29907"
end

depends_on "cmake" => :build

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "-S", ".", "-B", "build", "-DCMAKE_CXX_STANDARD=11",
*std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
Expand Down

0 comments on commit 28a5796

Please sign in to comment.