aboutsummaryrefslogtreecommitdiff
path: root/Casks
diff options
context:
space:
mode:
Diffstat (limited to 'Casks')
-rw-r--r--Casks/captura.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Casks/captura.rb b/Casks/captura.rb
new file mode 100644
index 0000000..94dc240
--- /dev/null
+++ b/Casks/captura.rb
@@ -0,0 +1,11 @@
+cask "captura" do
+ version "1.1.0"
+ sha256 "80823ff515beb991de6fe3b48312242b35bea3c5a9afbea213b9c9fdba08b9dc"
+
+ url "https://build.r.bdr.sh/captura/Captura-#{version}.dmg",
+ name "Captura"
+ desc "Record your screen and share, backend optional."
+ homepage "https://captura.tranquil.systems"
+
+ app "Captura.app"
+end