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

various casks: migrate #172384

Merged
merged 5 commits into from
Apr 29, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
sketch@beta: migrate
  • Loading branch information
razvanazamfirei committed Apr 28, 2024
commit 4a31df4cf67bbd7f4a550a3fce14de4b15d01431
32 changes: 32 additions & 0 deletions Casks/s/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cask "sketch@beta" do
version "100,180085"
sha256 "c355157118b02cb4f922d73accbef6154235e46b0e6fd4348a5e93343f359c6c"

url "https://beta-download.sketch.com/sketch-#{version.csv.first}-#{version.csv.second}.zip"
name "Sketch"
desc "Digital design and prototyping platform"
homepage "https://www.sketch.com/beta"

livecheck do
url "https://beta-download.sketch.com/sketch-versions.xml"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :monterey"

app "Sketch Beta.app"

uninstall quit: "com.bohemiancoding.sketch3.beta"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.bohemiancoding.sketch3.beta.sfl*",
"~/Library/Application Support/com.bohemiancoding.sketch3.beta",
"~/Library/Caches/com.bohemiancoding.sketch3.beta",
"~/Library/Caches/com.plausiblelabs.crashreporter.data/com.bohemiancoding.sketch3.beta",
"~/Library/Cookies/com.bohemiancoding.sketch3.beta.binarycookies",
"~/Library/Logs/com.bohemiancoding.sketch3.beta",
"~/Library/Preferences/com.bohemiancoding.sketch3.beta.LSSharedFileList.plist",
"~/Library/Preferences/com.bohemiancoding.sketch3.beta.plist",
]
end