mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
linting
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
cask 'cardo-update' do
|
||||
cask "cardo-update" do
|
||||
version :latest
|
||||
sha256 "261dcca0337d5a97230290267f8285a9a7b02b87f59ab7336c3b1a04fd6f1a1f"
|
||||
|
||||
url 'https://update.cardosystems.com/cardo-app/cardo_updater_macOS_latest.pkg'
|
||||
name 'Cardo Update - firmware update tool for PACKTALK and FREECOM unit lines'
|
||||
homepage 'https://www.cardosystems.com/download-cardo-updater/'
|
||||
url "https://update.cardosystems.com/cardo-app/cardo_updater_macOS_latest.pkg"
|
||||
name "Cardo Update - firmware update tool for PACKTALK and FREECOM unit lines"
|
||||
homepage "https://www.cardosystems.com/download-cardo-updater/"
|
||||
|
||||
pkg 'cardo_updater_macOS_latest.pkg'
|
||||
pkg "cardo_updater_macOS_latest.pkg"
|
||||
|
||||
uninstall quit: 'com.cardo.fwupdater',
|
||||
pkgutil: 'com.cardo.fwupdater'
|
||||
uninstall quit: "com.cardo.fwupdater",
|
||||
pkgutil: "com.cardo.fwupdater"
|
||||
|
||||
zap rmdir: [
|
||||
'~/Library/Application Support/Cardo Update',
|
||||
]
|
||||
"~/Library/Application Support/Cardo Update",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user