Skip to content

Commit

Permalink
Add calibrite-profiler
Browse files Browse the repository at this point in the history
This app isn't open source - it just uses GitHub releases for asset
hosting. The latest stable release as per the download page and release
notes is the current "pre-release" as marked on GitHub. Add to
github_prerelease_allowlist to ignore the lint.
  • Loading branch information
MTCoster committed May 18, 2024
1 parent b5f15c1 commit ad91839
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/c/calibrite-profiler.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "calibrite-profiler" do
version "1.3.1"
sha256 "8adce527e8aeb9d271405a4c9fc865e24498494eae282f32268ed3a495982691"

url "https://github.com/LUMESCA/calibrite-profiler-releases/releases/download/v#{version}/calibrite-PROFILER-#{version}.dmg",
verified: "github.com/LUMESCA/calibrite-profiler-releases/"
name "calibrite PROFILER"
desc "Display calibration software for Calibrite, ColorChecker and X-Rite devices"
homepage "https://calibrite.com/calibrite-profiler/"

auto_updates true
depends_on macos: ">= :high_sierra"

app "calibrite PROFILER.app"

zap trash: [
"~/Library/Application Support/calibrite PROFILER",
"~/Library/Application Support/calibrite-profiler",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.calibrite.profiler.sfl*",
"~/Library/Caches/calibrite PROFILER",
"~/Library/Logs/calibrite PROFILER",
"~/Library/Logs/calibrite-profiler",
"~/Library/Preferences/com.calibrite.profiler.plist",
"~/Library/Saved Application State/com.calibrite.profiler.savedState",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"aerial@beta": "all",
"altdeploy": "all",
"bitbar": "all",
"calibrite-profiler": "all",
"cleartext": "all",
"comma-chameleon": "all",
"crypter": "all",
Expand Down

0 comments on commit ad91839

Please sign in to comment.