homebrew-cask/Casks/loginputmac.rb

17 lines
588 B
Ruby

cask 'loginputmac' do
version '2.2.5'
sha256 '25899f02b5aba9340f39395a79a7b34af193c924e67c2c7f995991786d60e848'
# 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