Skip to content

Commit 870e5b1

Browse files
authored
Merge pull request Homebrew#235318 from Homebrew/bump-gopeed-1.8.0
gopeed 1.8.0
2 parents 5dcc7c2 + c3555e3 commit 870e5b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gopeed.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Gopeed < Formula
22
desc "Modern download manager that supports all platform"
33
homepage "https://gopeed.com"
4-
url "https://github.com/GopeedLab/gopeed/archive/refs/tags/v1.7.1.tar.gz"
5-
sha256 "be643c2b50abd5899b52b9936b1ddd4e29514d82d6b9f41b7530733e694d92d2"
4+
url "https://github.com/GopeedLab/gopeed/archive/refs/tags/v1.8.0.tar.gz"
5+
sha256 "11df065ca90674f8fd1ab65f9f01157a2cea60bce2ac731c4a7f3ac0ae6fcdbf"
66
license "GPL-3.0-or-later"
77
head "https://github.com/GopeedLab/gopeed.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d59f17eadf1e81744bead5012173b2896af1be945d99f786f74f7d4904b4ff1d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d140488daa719ee6a81b6a4c41f7a1edb7459e84edc86ea6149767e75a68318b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "31aab0270bea07e5500f88e971f67a9adc89b9108e59f6b49185ae68ddc548e6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "bd202d89139bdcb6cf079d6da36d747ab2cd03b6a6aff9aab9c0ff919c4f0bd5"
14-
sha256 cellar: :any_skip_relocation, ventura: "26df3709463646d3441f1c4db93709a03fed5edfe9a741d5cba800f2af3272b5"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "2ec24f41b6edb2e3710d7491ada8a9a32247abb3b0b5a4c57e89f2d488b48bc9"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "138051dd5ef883b73f2e40d9351c11f2c8d83ff9f23c9db6771477cd79f9ef37"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b836716678f8174796016a4c43aff911348b9f55da4079ea52763e5b10aee160"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cab761744c03749f7d5e1cd9f33daee6bfceb4bf8605872428f6d36ffe34fb52"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0c695ae3d99da7dc66815515a121f746599e365ee792b1d57359e3e6d04f9b61"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2b695d0f59daf315ada606b04449aadce0ffd463a2de8ee790c20f41a1d9d2d4"
14+
sha256 cellar: :any_skip_relocation, ventura: "7c577b46f3535e25a6677642a56597e46666ffebf4cf69d0019fe1bdf1bf2b16"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "4edcef2304b6ea48fd920ed74482ffecbf890848b0a4eacfcb25da80ae3e77ea"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a56511096e47df8ae781bdb346fbe6c3b9bf9d1f4583a6a54813f0849b391a5"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)