Skip to content

Commit

Permalink
Merge pull request Homebrew#197320 from Homebrew/bump-qshell-2.16.0
Browse files Browse the repository at this point in the history
qshell 2.16.0
  • Loading branch information
BrewTestBot authored Nov 11, 2024
2 parents 5859a63 + 0ac15a0 commit 21a3e6a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/q/qshell.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Qshell < Formula
desc "Shell Tools for Qiniu Cloud"
homepage "https://github.com/qiniu/qshell"
url "https://github.com/qiniu/qshell/archive/refs/tags/v2.15.0.tar.gz"
sha256 "b5b9f88c826a1221ee1567c6e5880d1466e4dac791d95e34960319d904a66c81"
url "https://github.com/qiniu/qshell/archive/refs/tags/v2.16.0.tar.gz"
sha256 "84c37af331ba5e6893c3cfb3badd4dd6c04679cbe9017d74d869f2e0cfed8cce"
license "MIT"
head "https://github.com/qiniu/qshell.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "53a626e6418fbd89e846216579bfda42913939638d14c1a69e6a0a6159edc836"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53a626e6418fbd89e846216579bfda42913939638d14c1a69e6a0a6159edc836"
sha256 cellar: :any_skip_relocation, arm64_ventura: "53a626e6418fbd89e846216579bfda42913939638d14c1a69e6a0a6159edc836"
sha256 cellar: :any_skip_relocation, sonoma: "9bc8f537efde493e08f6363e05ce3ac5cf3e874583d21ebfa724f57500e6e1d3"
sha256 cellar: :any_skip_relocation, ventura: "9bc8f537efde493e08f6363e05ce3ac5cf3e874583d21ebfa724f57500e6e1d3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "af0e9802cf95acfd4192c6b04232b0b5cefaa8cdf3f391728ae0e183c86ab755"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3272aa339d167a4b758a0638cf31d184ed5901cf19b7c7b052f4d22ce5e87f9e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3272aa339d167a4b758a0638cf31d184ed5901cf19b7c7b052f4d22ce5e87f9e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3272aa339d167a4b758a0638cf31d184ed5901cf19b7c7b052f4d22ce5e87f9e"
sha256 cellar: :any_skip_relocation, sonoma: "906d69842f4899a0cfb7d117a899ddd95189e2e91ffe8e3d5f5371d904aa5720"
sha256 cellar: :any_skip_relocation, ventura: "02fe2f9d6c98dc70c4ef117dde34f77a5d0087225b3750a0ea10e6fbe8b0f729"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c95fb59a6feb96e5d4ddb5f65f9f485a804da843c75de77951013a87ab8bd10f"
end

depends_on "go" => :build
Expand Down

0 comments on commit 21a3e6a

Please sign in to comment.