Skip to content

Commit

Permalink
airdash 2.0.155 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
FnControlOption committed Jul 2, 2024
1 parent 6441fa0 commit cdffc10
Showing 1 changed file with 19 additions and 0 deletions.
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

0 comments on commit cdffc10

Please sign in to comment.