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 "78.2.3-release.20231205.30209"
|
|
sha256 arm: "f8a791462e929f98f851294fddeb4c7e863cd2b43f908ad79c8b8afd82a283ee",
|
|
intel: "a57b9e06d58f18efac02b09b9805238bd3fae179c1cf7e4ff1c3fcb757f27515"
|
|
|
|
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
|