Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghr 0.17.0 #194368

Merged
merged 2 commits into from
Oct 14, 2024
Merged

ghr 0.17.0 #194368

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ ghex
ghorg
ghostunnel
ghq
ghr
ghz
ghz-web
gickup
Expand Down
18 changes: 8 additions & 10 deletions Formula/g/ghr.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Ghr < Formula
desc "Upload multiple artifacts to GitHub Release in parallel"
homepage "https://tcnksm.github.io/ghr"
url "https://github.com/tcnksm/ghr/archive/refs/tags/v0.16.2.tar.gz"
sha256 "b4125f0cf58b1ad1d2ebdb708397a5d82e7f12f02222f7a3dff9c11d9e053654"
url "https://github.com/tcnksm/ghr/archive/refs/tags/v0.17.0.tar.gz"
sha256 "3880f783dc9bded96d67bd3138a283eea8da767559ca8ae904b316965315199a"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3f3b395b2546084446ad40d1115520a31624d13ad29b2a3483c057c101109a1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b56a985e95b6b8d8ace945c7f889a85d7a5f3dce37c57d69be0ae57968e9264"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e2fad4d57d28a0f3ffd23b2b0f22b2955d26268e83e6e5869aad27e737b24a61"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a85b37715e352047425898b2358caa9c748c09407448fc56e50b8c25468ebe95"
sha256 cellar: :any_skip_relocation, sonoma: "4b7eeaf37a94a94c699b43806345d52994e1c4e7b2629762b71db6c016e086c1"
sha256 cellar: :any_skip_relocation, ventura: "59ec1dd88729b03a1b1f4c049a477ad2fe649ee0535a64bdb855fe74a29887cb"
sha256 cellar: :any_skip_relocation, monterey: "75242ef145304a223c97d6b3a5b5017ab12c05bdaed92f32ea5a4388adc7c278"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9260e3e5ecb77080f5aee2f300a60b35c2006e71fbcb741de07913e158488ae9"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "33eb8a6c60098a3b5f4c8f86fa0362c33a96d9666c2f9327f2af05822c40ad72"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33eb8a6c60098a3b5f4c8f86fa0362c33a96d9666c2f9327f2af05822c40ad72"
sha256 cellar: :any_skip_relocation, arm64_ventura: "33eb8a6c60098a3b5f4c8f86fa0362c33a96d9666c2f9327f2af05822c40ad72"
sha256 cellar: :any_skip_relocation, sonoma: "5e520a3a2a2fbdeed8ccc62df3d69a9aebd712ecdcd7895badb0d2894f6b0278"
sha256 cellar: :any_skip_relocation, ventura: "5e520a3a2a2fbdeed8ccc62df3d69a9aebd712ecdcd7895badb0d2894f6b0278"
sha256 cellar: :any_skip_relocation, x86_64_linux: "62cc14affe982f4b63fe94b4e71d39c3cc4235dd66e6a91294e0b7487ba70de2"
end

depends_on "go" => :build
Expand Down
Loading