homebrew-cask/Casks/busycontacts.rb

19 lines
773 B
Ruby

cask "busycontacts" do
version "1.5.0-2020-12-19-11-43"
sha256 "952ce28abaa5ce1ea18e3b0221b435e95470a23741e60e9a1b3cbf8833769775"
url "https://7e968b6ce8a839f034d9-23cfb9eddcb7b94cb43ba95f95a76900.ssl.cf1.rackcdn.com/bct-#{version}.zip",
verified: "7e968b6ce8a839f034d9-23cfb9eddcb7b94cb43ba95f95a76900.ssl.cf1.rackcdn.com/"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.busymac.com/download/BusyContacts.zip"
name "BusyContacts"
desc "Contact manager focusing on efficiency"
homepage "https://www.busymac.com/busycontacts/index.html"
auto_updates true
pkg "BusyContacts Installer.pkg"
uninstall pkgutil: "com.busymac.busycontacts.pkg",
signal: ["KILL", "com.busymac.busycontacts"]
end