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

Provide the correct location of the fly tgz file #199326

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion Casks/f/fly.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "fly" do

Check failure on line 1 in Casks/f/fly.rb

View workflow job for this annotation

GitHub Actions / test fly (macos-13, intel)

Version '7.12.0' differs from '7.12.1' retrieved by livecheck.

Check failure on line 1 in Casks/f/fly.rb

View workflow job for this annotation

GitHub Actions / test fly (macos-15, arm)

Version '7.12.0' differs from '7.12.1' retrieved by livecheck.
version "7.12.0"
sha256 "24c2feb62b293196cda2e08950affa7f2850b42a985336035fd03a606b25b935"

url "https://github.com/concourse/concourse/releases/download/v#{version}/fly-#{version}-darwin-amd64.tgz"
url "https://github.com/concourse/concourse/releases/download/v#{version}/fly-darwin-amd64.tgz"
name "fly"
desc "Official CLI tool for Concourse CI"
homepage "https://github.com/concourse/concourse"
Expand Down
Loading