Skip to content

Commit 043a01d

Browse files
authored
Merge pull request Homebrew#246765 from Homebrew/bump-redis-8.2.2
redis 8.2.2
2 parents 76ac4c7 + 00ee809 commit 043a01d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/r/redis.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Redis < Formula
22
desc "Persistent key-value database, with built-in net interface"
33
homepage "https://redis.io/"
4-
url "https://download.redis.io/releases/redis-8.2.1.tar.gz"
5-
sha256 "e2c1cb9dd4180a35b943b85dfc7dcdd42566cdbceca37d0d0b14c21731582d3e"
4+
url "https://download.redis.io/releases/redis-8.2.2.tar.gz"
5+
sha256 "4e340e8e822a82114b6fb0f7ca581b749fa876e31e36e9fbcb75416bec9d0608"
66
license all_of: [
77
"AGPL-3.0-only",
88
"BSD-2-Clause", # deps/jemalloc, deps/linenoise, src/lzf*
@@ -18,14 +18,12 @@ class Redis < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any, arm64_tahoe: "2989dbda2c16049cca031d517dbe4b7806e09d8810ba283951f373a6492f429c"
22-
sha256 cellar: :any, arm64_sequoia: "f1e1c87259f87e2687416db62712f81a3f8880e6cec89f6ea7c517ae791d686a"
23-
sha256 cellar: :any, arm64_sonoma: "8d473c7658c825d7e97a99c739dfbdd722ae929b300406c66dfb87b3e759b397"
24-
sha256 cellar: :any, arm64_ventura: "97c7c21a13227b52c5634809c2a4ae6f1acde764367277cc20d3dfc9ab4a37ea"
25-
sha256 cellar: :any, sonoma: "f7c99d1a541a17cc8c6d375f09d1499ae943ceb7d057bb53c1ff473de5cdb9e8"
26-
sha256 cellar: :any, ventura: "d2fdc1571a609a3866aa45e15e9c051e685d4d90dfcef3ce88d8a8d36c177162"
27-
sha256 cellar: :any_skip_relocation, arm64_linux: "4310ab011e8cd0a214249a76197420a4575b59eb76046700c921f0122b520817"
28-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a853f7a6abc85519d6c07180633b9399466a81b2e4e1eed77fb72ba265db44b"
21+
sha256 cellar: :any, arm64_tahoe: "625a4e2a403cc4b748f743beacfdf74e8339cbe149b78025698dd2ff8dd8ead8"
22+
sha256 cellar: :any, arm64_sequoia: "a8594939b4b069d236aa7ff196f7338771baa3c0c232e9ab2880fe91a30dfd12"
23+
sha256 cellar: :any, arm64_sonoma: "7d4c41aabbb04b15b86cdcc21a13c34e6ba1004f991f260d0fa3d322a949638c"
24+
sha256 cellar: :any, sonoma: "0fae76c2f9e0a999bc805b9a7b45d7edc7cf985efaac61912fd16b3221ba09ca"
25+
sha256 cellar: :any_skip_relocation, arm64_linux: "ed5f0084d40f69cf31b9b202b74d9c265c3f2244c588feecfc19dd9f940a5d34"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e1a701f75b6b7dccaae50707284f341c5f2611dab7d560c0706650cfb7b67a0"
2927
end
3028

3129
depends_on "openssl@3"

0 commit comments

Comments
 (0)