]> git.r.bdr.sh - rbdr/homebrew-apps/blame - Casks/captura.rb
Set strategy to sparkle
[rbdr/homebrew-apps] / Casks / captura.rb
CommitLineData
99149bbe
RBR
1cask "captura" do
2 version "1.1.0"
3 sha256 "80823ff515beb991de6fe3b48312242b35bea3c5a9afbea213b9c9fdba08b9dc"
4
6dfffa24 5 url "https://build.r.bdr.sh/captura/Captura-#{version}.dmg"
99149bbe
RBR
6 name "Captura"
7 desc "Record your screen and share, backend optional."
8 homepage "https://captura.tranquil.systems"
9
f23c4a75
RBR
10 livecheck do
11 url "https://captura.tranquil.systems/appcast.xml"
42546146 12 strategy :sparkle
f23c4a75 13 end
63c598dc
RBR
14
15 auto_updates true
16
25b6e8a3
RBR
17 app "Captura.app"
18
63c598dc
RBR
19 zap trash: [
20 "~/Library/Application Scripts/pizza.unlimited.Captura",
21 "~/Library/Containers/pizza.unlimited.Captura",
22 "~/Library/Caches/pizza.unlimited.Captura"
23 ]
99149bbe 24end