mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
11 lines
315 B
Ruby
11 lines
315 B
Ruby
class EidMw < Cask
|
|
version '4.0.6'
|
|
sha256 'd88dad806fd4a8e01e636a22f9322a14f8bfdec596ce61f194c47a69d64668bb'
|
|
|
|
url 'https://eid-mw.googlecode.com/files/beid-4.0.6-7422-signed.dmg'
|
|
homepage 'https://code.google.com/p/eid-mw/'
|
|
|
|
install 'beid-7422-signed.pkg'
|
|
|
|
uninstall :pkgutil => 'be.eid.middleware'
|
|
end
|