|
1 | 1 | class Gobackup < Formula |
2 | 2 | desc "CLI tool for backup your databases, files to cloud storages" |
3 | 3 | homepage "https://gobackup.github.io" |
4 | | - url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.16.0.tar.gz" |
5 | | - sha256 "8bb19260014b64488f4f6d795a8e46a34b4b86a62f65e1db7ce14f63644de12d" |
| 4 | + url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.17.0.tar.gz" |
| 5 | + sha256 "b35d47e4f8cbe1c11ae2a5af1daa35dbf0d5442fc8f977a20b4f73f28833d24a" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/gobackup/gobackup.git", branch: "main" |
8 | 8 |
|
9 | 9 | no_autobump! because: :bumped_by_upstream |
10 | 10 |
|
11 | 11 | bottle do |
12 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6bc24a41fe3fc6afc26649b83bb7e4a602cd0575b7ba480a159e73d50f3d356f" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bc24a41fe3fc6afc26649b83bb7e4a602cd0575b7ba480a159e73d50f3d356f" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bc24a41fe3fc6afc26649b83bb7e4a602cd0575b7ba480a159e73d50f3d356f" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "0a5c782d8be96b05cb4417c55982a69f83ade338cfe101f9fe2fd6f59989c662" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "b0bd634ed505058de79b7f200c4ede4ebc3753bd1810a5aaf46f9caccc9c3a2c" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e1fda203d7fa2e946a655fc12a54800ac4174d487f7adaca171ec96b7ee7ab9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "2f1ed3ee08a3489d5cccdce104fcf12b0eaaa1124977886a623a8eb38dcd7293" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f1ed3ee08a3489d5cccdce104fcf12b0eaaa1124977886a623a8eb38dcd7293" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f1ed3ee08a3489d5cccdce104fcf12b0eaaa1124977886a623a8eb38dcd7293" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "80d4e8e2c5bf269e6a180172789292aa7958dc6cf7c784eaefb3275c4fe77180" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d15b0f57c71e741447c1fa07c1b79d8ab58375a208ac26230660b478ef79b495" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8cd1a250cfefb7564c9c9d7a8b96f6170643bd6c2371f5c87c8d79d553ea4707" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments