Files
homebrew-cask/Casks/i/inav-configurator.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
767 B
Ruby

cask "inav-configurator" do
version "6.1.0"
sha256 "d123c4fb04713867c09f9a9b8e40368a529aea3e426d50c991085c6ed10fb157"
url "https://github.com/iNavFlight/inav-configurator/releases/download/#{version}/INAV-Configurator_macOS_#{version}.zip"
name "INAV Configurator"
desc "Configuration tool for the INAV flight control system"
homepage "https://github.com/iNavFlight/inav-configurator/"
livecheck do
url :url
strategy :github_latest
end
app "INAV Configurator.app"
zap trash: [
"~/Library/Application Support/inav-configurator",
"~/Library/Caches/inav-configurator",
"~/Library/Preferences/com.nw-builder.inav-configurator.plist",
"~/Library/Saved Application State/com.nw-builder.inav-configurator.savedState",
]
end