Skip to content

Commit f5ea4d0

Browse files
authored
Merge pull request #233845 from Homebrew/bump-rdb-1.3.0
rdb 1.3.0
2 parents db7bbac + 3dfe37e commit f5ea4d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rdb.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Rdb < Formula
22
desc "Redis RDB parser"
33
homepage "https://github.com/HDT3213/rdb/"
4-
url "https://github.com/HDT3213/rdb/archive/refs/tags/v1.2.0.tar.gz"
5-
sha256 "db27f1f9ff917a062166771f19d5786bf1a509e6b8c298c942f2ae6c136b6294"
4+
url "https://github.com/HDT3213/rdb/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "40fe9b89f76266939abe6e8565fecdb2dde0dba30f84173c65ed6cb0afbe32a9"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e092a6b244af0528dbcfc708ae545aa8b5417ac88a2664a99319c17d6094eec9"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e092a6b244af0528dbcfc708ae545aa8b5417ac88a2664a99319c17d6094eec9"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e092a6b244af0528dbcfc708ae545aa8b5417ac88a2664a99319c17d6094eec9"
12-
sha256 cellar: :any_skip_relocation, sonoma: "d16a96738a592a2824f7dac0413c77117a6bf830370f2f7c963ce431e5827c35"
13-
sha256 cellar: :any_skip_relocation, ventura: "d16a96738a592a2824f7dac0413c77117a6bf830370f2f7c963ce431e5827c35"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "27356076b1c40fc0c40aaa86a5007d3d5ddead10fecd7aa0ea791c22099f9006"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "93b8a40b410523d20c0315336297499df1c6de1d6eee460910d20f4f6057a5ff"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "93b8a40b410523d20c0315336297499df1c6de1d6eee460910d20f4f6057a5ff"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "93b8a40b410523d20c0315336297499df1c6de1d6eee460910d20f4f6057a5ff"
12+
sha256 cellar: :any_skip_relocation, sonoma: "33648612c014fb58c57c303cbaf1068486c5af7d7f2476b54e8c3379032143e3"
13+
sha256 cellar: :any_skip_relocation, ventura: "33648612c014fb58c57c303cbaf1068486c5af7d7f2476b54e8c3379032143e3"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5062866080f8ed9b34b681f19bea995f9d629c048d7304a7026e20cc0ba5dcaf"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)