Skip to content

Commit 520e8b1

Browse files
rdb: fix download URL
1 parent b77e52d commit 520e8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/rdb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/v.1.1.0.tar.gz"
5-
sha256 "005ddb5f1f4985425919cd66c70f717410475e2d16d6bdada2f9d02b85fccc39"
4+
url "https://github.com/HDT3213/rdb/archive/refs/tags/v1.1.0.tar.gz"
5+
sha256 "88a56e1e022ea1522fb68e3e54e4dc603827494d994f4b5a24ae8c17ecee2069"
66
license "Apache-2.0"
77

88
bottle do

0 commit comments

Comments
 (0)