Skip to content

vial 0.7.3 #207261

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

Merged
merged 3 commits into from
Apr 2, 2025
Merged

vial 0.7.3 #207261

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: 0 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
- master
pull_request:
merge_group:

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
then
# shellcheck disable=SC2086 # $INPUT_CASKS is a space-separated list of cask tokens
brew generate-cask-ci-matrix ${{ github.event.inputs.skip_install && '--skip-install' }} ${{ github.event.inputs.new_cask && '--new' }} --casks $INPUT_CASKS
elif [[ "${GITHUB_EVENT_NAME}" == "push" ]]
elif [[ "${GITHUB_EVENT_NAME}" == "push" || "${GITHUB_EVENT_NAME}" == "merge_group" ]]
then
brew generate-cask-ci-matrix --syntax-only
else
Expand Down
4 changes: 2 additions & 2 deletions Casks/v/vial.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "vial" do
version "0.7.2"
sha256 "e264988f020b8dc06f8e40dbea25025f45c23192e9cf8398dcf5658b3b5de8c6"
version "0.7.3"
sha256 "2479ceef2b30f6404962c5bed0d863758c519b7829d755e804ebeb5054689d1d"

url "https://github.com/vial-kb/vial-gui/releases/download/v#{version}/Vial-v#{version}.dmg",
verified: "github.com/vial-kb/vial-gui/"
Expand Down