mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
270 B
Ruby
8 lines
270 B
Ruby
class Asepsis < Cask
|
|
url 'http://downloads.binaryage.com/Asepsis-1.3.1.dmg'
|
|
homepage 'http://asepsis.binaryage.com/'
|
|
version '1.3.1'
|
|
sha1 '8570b24e025b701ce7144a92cdfdbf629657c395'
|
|
install 'Asepsis.mpkg'
|
|
uninstall :pkgutil => 'com.binaryage.pkg.asepsis'
|
|
end
|