Skip to content

Commit f0c333c

Browse files
authored
Merge pull request #217269 from Homebrew/bump-robin-map-1.4.0
robin-map 1.4.0
2 parents 868f9d0 + a4f7852 commit f0c333c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/robin-map.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class RobinMap < Formula
22
desc "C++ implementation of a fast hash map and hash set"
33
homepage "https://github.com/Tessil/robin-map"
4-
url "https://github.com/Tessil/robin-map/archive/refs/tags/v1.3.0.tar.gz"
5-
sha256 "a8424ad3b0affd4c57ed26f0f3d8a29604f0e1f2ef2089f497f614b1c94c7236"
4+
url "https://github.com/Tessil/robin-map/archive/refs/tags/v1.4.0.tar.gz"
5+
sha256 "7930dbf9634acfc02686d87f615c0f4f33135948130b8922331c16d90a03250c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "ff6d61f27dfec61e4d040f50458c381a9f31552cbaaea77c11ff88f1442ae40b"
9+
sha256 cellar: :any_skip_relocation, all: "dee759da00096cb14d4f6d2777261224091f9a811d94c6a56323ffee76b7c066"
1010
end
1111

1212
depends_on "cmake" => [:build, :test]

0 commit comments

Comments
 (0)