homebrew-cask/Casks/realforce.rb

14 lines
520 B
Ruby

cask "realforce" do
version "2.0.0"
sha256 "b8ea9d042a8b3e40c34159de96da0d31513bc447f83898ad72d93e1d311cd4aa"
url "https://www.realforce.co.jp/support/download/Install%20REALFORCE%20Software_#{version.dots_to_hyphens}.pkg"
appcast "https://www.realforce.co.jp/support/download/index.html"
name "REALFORCE for Mac"
homepage "https://www.realforce.co.jp/support/download/index.html"
pkg "Install REALFORCE Software_#{version.dots_to_hyphens}.pkg"
uninstall pkgutil: "com.topre.installpkg.realforce"
end