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

airdash 2.0.155 (new cask) #177950

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
19 changes: 19 additions & 0 deletions Casks/a/airdash.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "airdash" do
version "2.0.155"
sha256 "2a71c165ea8e5ddacc790730d2d87df64e66f9fb64d8ed88e2f69187d84d7913"

url "https://github.com/simonbengtsson/airdash/releases/download/v#{version}/airdash.dmg",

Check failure on line 5 in Casks/a/airdash.rb

View workflow job for this annotation

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

Signature verification failed: /private/tmp/cask-audit20240702-6320-pjfqll/AirDash.app: rejected macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.

Check failure on line 5 in Casks/a/airdash.rb

View workflow job for this annotation

GitHub Actions / test airdash (macos-14, arm)

Signature verification failed: /private/tmp/cask-audit20240702-5320-9fvr7i/AirDash.app: rejected macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
verified: "github.com/simonbengtsson/airdash/"
name "AirDash"
desc "Transfer photos and files to any device"
homepage "https://airdash-project.web.app/"

depends_on macos: ">= :big_sur"

app "AirDash.app"

zap trash: [
"~/Library/Application Scripts/io.flown.airdashn",
"~/Library/Containers/io.flown.airdashn",
]
end
Loading