-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathjumpshare.rb
More file actions
28 lines (23 loc) · 960 Bytes
/
jumpshare.rb
File metadata and controls
28 lines (23 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cask "jumpshare" do
version "3.4.22"
sha256 "310cae76f0c4d3cc0feca8a0ab89f6de707dd349e7ff4dc526a0e90d38e43383"
url "https://d21hi1or3tbtjm.cloudfront.net/desktop/mac/updates/Jumpshare-#{version}.tar.bz2",
verified: "d21hi1or3tbtjm.cloudfront.net/desktop/mac/updates/"
name "Jumpshare"
desc "File sharing, screen recording, and screenshot capture app"
homepage "https://jumpshare.com/"
livecheck do
url "https://d21hi1or3tbtjm.cloudfront.net/desktop/mac/updates/appcast.xml"
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: :big_sur
app "Jumpshare.app"
zap trash: [
"~/Library/Application Scripts/com.jumpshare.JumpshareLoginHelper",
"~/Library/Application Support/com.jumpshare.Jumpshare",
"~/Library/Containers/com.jumpshare.JumpshareLoginHelper",
"~/Library/Cookies/com.jumpshare.Jumpshare.binarycookies",
"~/Library/Preferences/com.jumpshare.Jumpshare.plist",
]
end