homebrew-cask/Casks/loginputmac.rb

17 lines
588 B
Ruby

cask 'loginputmac' do
version '2.2.3'
sha256 'ed1c3f050ff6411c9427dec4e2a6d5172001d01b265fe251137c9e29c4534163'
# loginput-mac2.content-delivery.top was verified as official when first introduced to the cask
url "https://loginput-mac2.content-delivery.top/loginputmac#{version.major}_latest.pkg"
appcast "https://im.logcg.com/appcast#{version.major}.xml"
name 'LoginputMac'
homepage "https://im.logcg.com/loginputmac#{version.major}"
auto_updates true
pkg "loginputmac#{version.major}_latest.pkg"
uninstall pkgutil: "com.logcg.pkg.LoginputMac#{version.major}"
end