]> git.r.bdr.sh - rbdr/homebrew-apps/blob - Casks/captura.rb
Add zap and auto updates
[rbdr/homebrew-apps] / Casks / captura.rb
1 cask "captura" do
2 version "1.1.0"
3 sha256 "80823ff515beb991de6fe3b48312242b35bea3c5a9afbea213b9c9fdba08b9dc"
4
5 url "https://build.r.bdr.sh/captura/Captura-#{version}.dmg"
6 name "Captura"
7 desc "Record your screen and share, backend optional."
8 homepage "https://captura.tranquil.systems"
9
10 app "Captura.app"
11
12 auto_updates true
13
14 zap trash: [
15 "~/Library/Application Scripts/pizza.unlimited.Captura",
16 "~/Library/Containers/pizza.unlimited.Captura",
17 "~/Library/Caches/pizza.unlimited.Captura"
18 ]
19 end