Skip to content

Commit db4a484

Browse files
authored
Merge pull request #223208 from Homebrew/bump-semver-7.7.2
semver 7.7.2
2 parents 1e59048 + 5994e2e commit db4a484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/semver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Semver < Formula
22
desc "Semantic version parser for node (the one npm uses)"
33
homepage "https://github.com/npm/node-semver"
4-
url "https://github.com/npm/node-semver/archive/refs/tags/v7.7.1.tar.gz"
5-
sha256 "c6fee501b3391d48774bde7c57ffe222fc8744191bd5b9a42ec2fb8cc8150e84"
4+
url "https://github.com/npm/node-semver/archive/refs/tags/v7.7.2.tar.gz"
5+
sha256 "2af254b6b168e7ae77e2cef8d278ca7c0e613c78e8808a4465387ce0cd7a48a2"
66
license "ISC"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "81375e351dab131d376193b01f54a96b2e30cbd18ff158c536f1932bf574f002"
9+
sha256 cellar: :any_skip_relocation, all: "f31f20e5ff4a1429f55c12c0faa8b1a3fb0b9f9ad9d7d6d73f023d8bd8868af3"
1010
end
1111
depends_on "node"
1212

0 commit comments

Comments
 (0)