Files
homebrew-cask/Casks/t/thangs-sync.rb
2023-11-06 21:42:02 -05:00

23 lines
522 B
Ruby

cask "thangs-sync" do
version "1.7.5"
sha256 :no_check
url "https://thangs.com/api/system/sync-client-location?type=mac"
name "Thangs Sync"
desc "Secure, 3D-native revision control in the cloud"
homepage "https://thangs.com/sync"
livecheck do
url :url
regex(/Thangs%20Sync[._-]v?(\d+(?:\.\d+)+)\./i)
strategy :header_match
end
app "Thangs Sync.app"
zap trash: [
"~/Library/Application Support/thangs-sync-client",
"~/Library/Preferences/com.ThangsSyncClient.app.plist",
]
end