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

ba-connected 1.47.2 (new cask) #191584

Merged
merged 1 commit into from
Nov 11, 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
32 changes: 32 additions & 0 deletions Casks/b/ba-connected.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cask "ba-connected" do
version "1.47.2"
sha256 "559b5ad9aa52b91f14c59593aecd4b082299238d49845ba095394d9950ff7b02"

url "https://downloads.bsn.cloud/BA%20connected-#{version}.dmg",
verified: "downloads.bsn.cloud/"
name "BrightAuthor:connected"
desc "Configurator and manager for BrightSign devices"
homepage "https://www.brightsign.biz/resources/software-downloads/"

livecheck do
url "https://downloads.bsn.cloud/latest-mac.yml"
strategy :electron_builder
end

depends_on macos: ">= :catalina"

app "BA connected.app"

zap trash: [
"/Library/Logs/DiagnosticReports/BA connected *.diag",
"~/Library/Application Support/BA connected",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brightsign.brightauthor.sfl*",
"~/Library/Logs/BA connected",
"~/Library/Preferences/com.brightsign.BrightAuthor.plist",
"~/Library/Saved Application State/com.brightsign.BrightAuthor.savedState",
]

caveats do
requires_rosetta
end
end
Loading