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

Rename project #1

Merged
merged 1 commit into from
Oct 2, 2024
Merged
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
Rename project
digiserg committed Oct 2, 2024

Verified

This commit was signed with the committer’s verified signature.
digiserg Sergio Rua
commit 1a4e6a7bd8471352fff353517c91a687eb1eb46e
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
AxonOps Workbench new release. See
https://github.com/axonops/axonops-workbench-cassandra/releases/tag/${GITHUB_REF_NAME}
https://github.com/axonops/axonops-workbench/releases/tag/${GITHUB_REF_NAME}
draft: false
prerelease: true
4 changes: 2 additions & 2 deletions Casks/axonopsworkbench-beta.rb
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
sha256 arm: "06f920fd14a485093bb8bd1730e05f4cebc1197fa195fecfce699b2271b72947",
intel: "59ac67b2551ad50494271e22bc6339882175f0e396b35f091de3623f97e2ceca"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench-cassandra/"
homepage "https://github.com/axonops/axonops-workbench/"

livecheck do
url :url
4 changes: 2 additions & 2 deletions Casks/axonopsworkbench-internal.rb
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
sha256 arm: "df806114db6af12a27131d7b16dd3ba26ee6e8bfa2e8515adda8263fa5fc5b87",
intel: "8fa34d0b140b4b200aade0fff27f684c017eac4cfdd76b99380f41262bff7758"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench-cassandra/"
homepage "https://github.com/axonops/axonops-workbench/"

livecheck do
url :url
4 changes: 2 additions & 2 deletions Casks/axonopsworkbench.rb
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
sha256 arm: "79d5f850a185ac17aee24731467e195effd3a6f5efedd0be1b789a8362668f22",
intel: "0ff1929515f1a688db5f3f9326586afdff9cd2573ca412e28f82394bc4b7cafa"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench-cassandra/"
homepage "https://github.com/axonops/axonops-workbench/"

livecheck do
url :url
4 changes: 2 additions & 2 deletions Casks/axonopsworkbench.rb.tmpl
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ cask "axonopsworkbench" do
sha256 arm: "%SHA_ARM%",
intel: "%SHA_AMD%"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
url "https://github.com/axonops/axonops-workbench/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench-cassandra/"
homepage "https://github.com/axonops/axonops-workbench/"

livecheck do
url :url