Skip to content

Commit

Permalink
Adjust download URLs to changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Sep 27, 2024
1 parent 460a8a5 commit 438d734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/localbeach.rb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ class Localbeach < Formula

on_macos do
on_intel do
url "https://github.com/flownative/localbeach/releases/download/{{VERSION}}/beach_darwin_amd64.zip"
url "https://github.com/flownative/localbeach/releases/download/v{{VERSION}}/beach_darwin_amd64.zip"
sha256 "{{DARWIN_AMD64_SHA256SUM}}"
end
on_arm do
url "https://github.com/flownative/localbeach/releases/download/{{VERSION}}/beach_darwin_arm64.zip"
url "https://github.com/flownative/localbeach/releases/download/v{{VERSION}}/beach_darwin_arm64.zip"
sha256 "{{DARWIN_ARM64_SHA256SUM}}"
end
end

on_linux do
url "https://github.com/flownative/localbeach/releases/download/{{VERSION}}/beach_linux_amd64.zip"
url "https://github.com/flownative/localbeach/releases/download/v{{VERSION}}/beach_linux_amd64.zip"
sha256 "{{LINUX_SHA256SUM}}"
end

Expand Down

0 comments on commit 438d734

Please sign in to comment.