homebrew-cask/Casks/asepsis.rb

14 lines
328 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'asepsis' do
version '1.5.2'
sha256 'b7c101fd216364423d7de9009aa9e82934042f0403479746fbe604a8b5f3883b'
2014-07-28 09:25:46 +08:00
url "http://downloads.binaryage.com/Asepsis-#{version}.dmg"
2015-01-04 11:17:37 +08:00
name 'Asepsis'
homepage 'http://asepsis.binaryage.com/'
license :bsd
2014-09-10 23:36:58 +08:00
pkg 'Asepsis.pkg'
2014-11-22 22:12:36 +08:00
uninstall :pkgutil => 'com.binaryage.pkg.asepsis'
end