|
1 | 1 | class Rdb < Formula
|
2 | 2 | desc "Redis RDB parser"
|
3 | 3 | homepage "https://github.com/HDT3213/rdb/"
|
4 |
| - url "https://github.com/HDT3213/rdb/archive/refs/tags/v1.0.16.tar.gz" |
5 |
| - sha256 "1609ba3852a9b1302e133b7353bed79f3c319ed0a7d6b42fedd489b3bc7cfe51" |
| 4 | + url "https://github.com/HDT3213/rdb/archive/refs/tags/v1.0.17.tar.gz" |
| 5 | + sha256 "f810af73c6285c42e9dcfafc5c84329bbbb92e0db6c0e622d0d84222bac94bd1" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ca73ef35d024d4c1bc2c4e8a18d855d971d8dc08394d242a6a143b51161c7fd" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "2d5e69df44af05c7cf3bc95089503d7bb7e9ec1174e65043554d1add527b5813" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "05503ab3ee56ab2c1a34189daec14445f25313be84bc05550bbc3347af5614d8" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "c96d75e2213678d7f5364840f684fe423a38950e2fbbc385d209b0aeb6227ac1" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "55a8e0a50b8a06f66971b79c47b2c260e24885464fe7af03d6f3963cff4a4f39" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "72c5f7d1c796e91b1b21ee13c8b280913464c1c9fe88c4817fbdcb1792a20225" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "2938e89db70bf767cb86aba85fd503831a5ceeb5b4564dc9c03045fd7143abea" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17c450256049779ca908268b922cabe95884b05cbbb1a2817ffc16b4149b2f1f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "17c450256049779ca908268b922cabe95884b05cbbb1a2817ffc16b4149b2f1f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "17c450256049779ca908268b922cabe95884b05cbbb1a2817ffc16b4149b2f1f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "ffe4b2a0ce294209c6613ed67758ed6ef661495a7fd741b587023c6fd02ad6bc" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "ffe4b2a0ce294209c6613ed67758ed6ef661495a7fd741b587023c6fd02ad6bc" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "ffe4b2a0ce294209c6613ed67758ed6ef661495a7fd741b587023c6fd02ad6bc" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "07b1313ef0ecc9dd3a16a990fa155a4edcfa38e59f5992a12381eb9723939099" |
16 | 16 | end
|
17 | 17 |
|
18 |
| - # use "go" again after https://github.com/HDT3213/rdb/issues/37 is fixed and released |
19 |
| - depends_on "[email protected]" => :build |
| 18 | + depends_on "go" => :build |
20 | 19 |
|
21 | 20 | def install
|
22 | 21 | system "go", "build", *std_go_args(ldflags: "-s -w")
|
|
0 commit comments