Skip to content

Commit e0c2a00

Browse files
authored
Merge pull request #245528 from botantony/bump-physunits-1.3.0
physunits 1.3.0
2 parents 82936e1 + d2f32d6 commit e0c2a00

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Formula/p/physunits.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
class Physunits < Formula
22
desc "C++ header-only for Physics unit/quantity manipulation and conversion"
33
homepage "https://github.com/martinmoene/PhysUnits-CT-Cpp11"
4-
url "https://github.com/martinmoene/PhysUnits-CT-Cpp11/archive/refs/tags/v1.2.0.tar.gz"
5-
sha256 "e9bcce99d9c90ac8ce96746eff49c20b7c9717aee08b3cd6e58127c7ad9fa7c6"
4+
url "https://github.com/martinmoene/PhysUnits-CT-Cpp11/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "64187aadf886f9bade5976f5f3289637f8882f36ac4767f1be201f89e5a4a47d"
66
license "BSL-1.0"
77
head "https://github.com/martinmoene/PhysUnits-CT-Cpp11.git", branch: "master"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "d1aab63a49f0f5ca8b530354e7efe1b884c7d57e69509aca43bc4416191e3079"
10+
sha256 cellar: :any_skip_relocation, all: "0d821322abd11d644d0dbf1fe20bbee6fc39a44f2e2404eea9f0e5042605d772"
1311
end
1412

1513
depends_on "cmake" => :build
1614

1715
def install
18-
system "cmake", "-S", ".", "-B", "builddir", *std_cmake_args
16+
system "cmake", "-S", ".", "-B", "builddir", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", *std_cmake_args
1917
system "cmake", "--build", "builddir"
2018
system "cmake", "--install", "builddir"
2119
end

0 commit comments

Comments
 (0)