Skip to content

Commit 1b3b789

Browse files
authored
Merge pull request Homebrew#205408 from huacnlee/update-gobackup.rb-1737729187
gobackup 2.14.0
2 parents 01af1a6 + 62220b0 commit 1b3b789

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gobackup.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gobackup < Formula
22
desc "CLI tool for backup your databases, files to cloud storages"
33
homepage "https://gobackup.github.io"
4-
url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.13.1.tar.gz"
5-
sha256 "9c52b732c7d20e599f833d4093553016ae746f2ddabcd204e7369ac62c7076f5"
4+
url "https://github.com/gobackup/gobackup/archive/refs/tags/v2.14.0.tar.gz"
5+
sha256 "87ad4c89cf1cee047d9c1e68559322653dda62c830408066c954d07c40ebcc90"
66
license "MIT"
77
head "https://github.com/gobackup/gobackup.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea6e0eeb9f731697437577314a8f0a45f736b337ccffca3cfe58bf89b9479cf3"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea6e0eeb9f731697437577314a8f0a45f736b337ccffca3cfe58bf89b9479cf3"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ea6e0eeb9f731697437577314a8f0a45f736b337ccffca3cfe58bf89b9479cf3"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2bf90702034c37229027ec5b0955dd9e62252dc04c57828587e4f72124902eb8"
14-
sha256 cellar: :any_skip_relocation, ventura: "2bf90702034c37229027ec5b0955dd9e62252dc04c57828587e4f72124902eb8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b7393863eaf6af1c6571ec1412ff063cee6ed66f306b01b4cdacbfba47fd12a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4c4cd8178fd7b42c5efe4cdb0a8af8eae612c3dc2cccb3d396c759979f87033"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c4cd8178fd7b42c5efe4cdb0a8af8eae612c3dc2cccb3d396c759979f87033"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c4cd8178fd7b42c5efe4cdb0a8af8eae612c3dc2cccb3d396c759979f87033"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4793fc54b645330b80fc5a8df570c495372322b40d9107bfa2c2630cddd6543b"
14+
sha256 cellar: :any_skip_relocation, ventura: "4793fc54b645330b80fc5a8df570c495372322b40d9107bfa2c2630cddd6543b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8f9c4843e273d3f385b9ce369864b2ac568d9ad2ff7da1ba920063bae4fa2fe"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)