Skip to content

Commit

Permalink
Merge pull request Homebrew#203266 from Homebrew/bump-aliyunpan-0.3.5
Browse files Browse the repository at this point in the history
aliyunpan 0.3.5
  • Loading branch information
BrewTestBot authored Jan 5, 2025
2 parents b52719a + 64fd548 commit 003533d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/aliyunpan.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Aliyunpan < Formula
desc "Command-line client tool for Alibaba aDrive disk"
homepage "https://github.com/tickstep/aliyunpan"
url "https://github.com/tickstep/aliyunpan/archive/refs/tags/v0.3.4.tar.gz"
sha256 "fc657cc752c6818f6658ce46cb3931004f55b7bb536de25be56f80a756ecd911"
url "https://github.com/tickstep/aliyunpan/archive/refs/tags/v0.3.5.tar.gz"
sha256 "65aff30f4129a77af2a7cc3cffd95bf3234abf65acb5cc1d4a97eed701369f03"
license "Apache-2.0"
head "https://github.com/tickstep/aliyunpan.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f569e3b67095bfcaef12ad472152f4c0f37ce5179c103b8d61ad5e0b91025575"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f569e3b67095bfcaef12ad472152f4c0f37ce5179c103b8d61ad5e0b91025575"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f569e3b67095bfcaef12ad472152f4c0f37ce5179c103b8d61ad5e0b91025575"
sha256 cellar: :any_skip_relocation, sonoma: "95236bc14906d4459ccc5384feaaf5eb13bc65ab505dd43b7dfe2124d22ffbdc"
sha256 cellar: :any_skip_relocation, ventura: "95236bc14906d4459ccc5384feaaf5eb13bc65ab505dd43b7dfe2124d22ffbdc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d4a976ba7fcee08561b378a671bc31f5cbc089e7f058d838c85fe8efe25b67f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c65367c3fb8bd9a0a573d2c1d8bf770e3562a62ddc1bdf9154f9f064d0134999"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c65367c3fb8bd9a0a573d2c1d8bf770e3562a62ddc1bdf9154f9f064d0134999"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c65367c3fb8bd9a0a573d2c1d8bf770e3562a62ddc1bdf9154f9f064d0134999"
sha256 cellar: :any_skip_relocation, sonoma: "5a651844e9eba0c66b41200ad77c79c300e7ef6d7b554b0532d397bf4e278ce7"
sha256 cellar: :any_skip_relocation, ventura: "5a651844e9eba0c66b41200ad77c79c300e7ef6d7b554b0532d397bf4e278ce7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7137e52c74a9cbe93ba39c81e1b30fac5f88069b5aaad5fdabed97f36d69ac"
end

depends_on "go" => :build
Expand Down

0 comments on commit 003533d

Please sign in to comment.