Skip to content

Commit 905ad76

Browse files
authored
Merge pull request #235745 from Homebrew/bump-tl-expected-1.3.1
tl-expected 1.3.1
2 parents aa6f1dc + 2bfcd2d commit 905ad76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/t/tl-expected.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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.2.0.tar.gz"
5-
sha256 "f5424f5fc74e79157b9981ba2578a28e0285ac6ec2a8f075e86c41226fe33386"
4+
url "https://github.com/TartanLlama/expected/archive/refs/tags/v1.3.1.tar.gz"
5+
sha256 "9a04f4f472fbb5c30bf60402f1ca626c4a76987f867978d0b8a35d7ab3fb8fe7"
66
license "CC0-1.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "281c1fbf5f9bc62c2c7ef1c5d7af6ddb37877a2cb32044e5fd908f8e5420a4c3"
9+
sha256 cellar: :any_skip_relocation, all: "c0a6195be54cf7f219a4a6f4d9f4fd5955b00f24a786f21d28a48a0d7bd3b98b"
1010
end
1111

1212
depends_on "cmake" => :build

0 commit comments

Comments
 (0)