mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
340 B
Ruby
10 lines
340 B
Ruby
class Sdformatter < Cask
|
|
version '4.0'
|
|
sha256 '5b88a851d375ef471523a0f8371edda144c4650d40cfc94902440fece77aa27e'
|
|
|
|
url 'https://www.sdcard.org/downloads/formatter_4/eula_mac/SDFormatter_4.00B.pkg'
|
|
homepage 'https://www.sdcard.org'
|
|
|
|
pkg 'SDFormatter_4.00B.pkg'
|
|
uninstall :pkgutil => 'jp.co.trendy.sdformatter.SDFormatter.pkg'
|
|
end
|