We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef74b6 commit 60520ccCopy full SHA for 60520cc
Formula/r/redis.rb
@@ -1,8 +1,8 @@
1
class Redis < Formula
2
desc "Persistent key-value database, with built-in net interface"
3
homepage "https://redis.io/"
4
- url "https://download.redis.io/releases/redis-8.2.0.tar.gz"
5
- sha256 "ff95b83b7cf2f7a33af3be1e52fdf2e791c259f8272465c3b09f9e6bc901b604"
+ url "https://download.redis.io/releases/redis-8.2.1.tar.gz"
+ sha256 "e2c1cb9dd4180a35b943b85dfc7dcdd42566cdbceca37d0d0b14c21731582d3e"
6
license all_of: [
7
"AGPL-3.0-only",
8
"BSD-2-Clause", # deps/jemalloc, deps/linenoise, src/lzf*
0 commit comments