Skip to content

Commit fa1a084

Browse files
authored
Merge pull request #229871 from botantony/tl-expected
tl-expected 1.2.0
2 parents 64d9927 + b2298f3 commit fa1a084

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/t/tl-expected.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
class TlExpected < Formula
22
desc "C++11/14/17 std::expected with functional-style extensions"
33
homepage "https://tl.tartanllama.xyz/en/latest/"
4-
url "https://github.com/TartanLlama/expected/archive/refs/tags/v1.1.0.tar.gz"
5-
sha256 "1db357f46dd2b24447156aaf970c4c40a793ef12a8a9c2ad9e096d9801368df6"
4+
url "https://github.com/TartanLlama/expected/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "f5424f5fc74e79157b9981ba2578a28e0285ac6ec2a8f075e86c41226fe33386"
66
license "CC0-1.0"
77

8-
no_autobump! because: :requires_manual_review
9-
108
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, all: "ddbe48577c50c3cde2fae8ec584ce33a9c58d9dbb43ea4854a53ee51b75d2c41"
9+
sha256 cellar: :any_skip_relocation, all: "281c1fbf5f9bc62c2c7ef1c5d7af6ddb37877a2cb32044e5fd908f8e5420a4c3"
1310
end
1411

1512
depends_on "cmake" => :build

0 commit comments

Comments
 (0)