Skip to content

Commit

Permalink
Fixes version
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Oct 29, 2024
1 parent 7ed9af8 commit a5d3a9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Casks/axonopsworkbench-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sha256 arm: "f09198d22fd9f41e42b107d1fa208257358a1e269c3c6a295f4084217b505ff7",
intel: "7aa9a1b6d4cef1772825bb9027238c5ea36f3dc5dee1a5f9ddbacf00e2a32a83"

url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version.sub('v', '')}-mac-#{arch}.zip"

Check failure on line 8 in Casks/axonopsworkbench-beta.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.

Check failure on line 8 in Casks/axonopsworkbench-beta.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/axonopsworkbench-internal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sha256 arm: "ad9ceb23ffe67130dcfb6914dc3bceff738c8d955eb4f47d6f1718419746cd8a",
intel: "ab86d5f19f72e36907a7cc023589caa3a90c829c69536ae8357f52e850df4694"

url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version.sub('v', '')}-mac-#{arch}.zip"

Check failure on line 8 in Casks/axonopsworkbench-internal.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.

Check failure on line 8 in Casks/axonopsworkbench-internal.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/axonopsworkbench.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sha256 arm: "aaf95585415ba43868b91efdda290000c6ea2585d6d8f3c5d826240f19baa277",
intel: "0df5c266dfefc112d0ea8bf6cccfa1ec2800ca8cd1184384d1e7895fd44dba0b"

url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version.sub('v', '')}-mac-#{arch}.zip"

Check failure on line 8 in Casks/axonopsworkbench.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.

Check failure on line 8 in Casks/axonopsworkbench.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/axonopsworkbench.rb.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cask "axonopsworkbench" do
sha256 arm: "%SHA_ARM%",
intel: "%SHA_AMD%"

url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version.sub('v', '')}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench/"
Expand Down

0 comments on commit a5d3a9d

Please sign in to comment.