mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
34 lines
1.1 KiB
Ruby
34 lines
1.1 KiB
Ruby
cask "descript" do
|
|
arch arm: "-arm64"
|
|
|
|
version "82.1.5-release.20240209.33532"
|
|
sha256 arm: "2a137490de8196e48d33a87e2b85e8972a370fa409e06aee99a29a49a63a4739",
|
|
intel: "9b2b233c81a289824f1bed5b1af509a2fb2ea87f0e13b34c93bbbd711cd3d93f"
|
|
|
|
url "https://electron.descript.com/Descript-#{version}#{arch}.dmg"
|
|
name "Descript"
|
|
desc "Audio and video editor"
|
|
homepage "https://www.descript.com/"
|
|
|
|
livecheck do
|
|
url "https://electron.descript.com/master-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "Descript.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Descript",
|
|
"~/Library/Caches/com.descript.beachcube",
|
|
"~/Library/Caches/com.descript.beachcube.ShipIt",
|
|
"~/Library/Caches/com.descript.Descript-Installer",
|
|
"~/Library/Preferences/com.descript.beachcube.plist",
|
|
"~/Library/Preferences/com.descript.Descript-Installer.plist",
|
|
"~/Library/Preferences/com.descript.ScreenRecorder.plist",
|
|
"~/Library/Saved Application State/com.descript.beachcube.savedState",
|
|
"~/Library/Saved Application State/com.descript.Descript-Installer.savedState",
|
|
]
|
|
end
|