homebrew-cask/Casks/loginputmac.rb

17 lines
588 B
Ruby

cask 'loginputmac' do
version '2.1.4'
sha256 'b682a1f2b9f0fbc2fe1176ea09c806f9e51473a271fbb7e59f715b3ca5367e7a'
# 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