homebrew-cask/Casks/cleanshot.rb

30 lines
793 B
Ruby

cask "cleanshot" do
version "4.0.1"
sha256 "e0172521d043c192cba9eccf0c3706bc3244b5f803b356540a6cdc280a0acf2f"
url "https://updates.getcleanshot.com/v3/CleanShot-X-#{version}.dmg"
name "CleanShot"
desc "Screen capturing tool"
homepage "https://getcleanshot.com/"
livecheck do
url "https://cleanshot.com/changelog"
regex(/class="number">(\d+(?:\.\d+)+)/i)
end
auto_updates true
depends_on macos: ">= :sierra"
app "CleanShot X.app"
uninstall quit: "pl.maketheweb.cleanshotx"
zap trash: [
"~/Library/Application Support/CleanShot",
"~/Library/Caches/pl.maketheweb.cleanshotx",
"~/Library/Caches/SentryCrash/CleanShot X",
"~/Library/Preferences/com.getcleanshot.app.plist",
"~/Library/Preferences/pl.maketheweb.cleanshotx.plist",
]
end