navigraph-charts: rename and fix livecheck

This commit is contained in:
小傅Fox
2023-12-02 13:59:00 +09:00
committed by GitHub
parent 4c701d9053
commit 3a234c8be8
+2 -4
View File
@@ -3,15 +3,13 @@ cask "navigraph-charts" do
sha256 "4d093338db87818dee8a4995dae8b72e76982878e313ab4d281336b2d6759afe"
url "https://download.navigraph.com/software/charts/mac/Navigraph%20Charts%20#{version}.dmg"
name "navigraph-charts"
name "Navigraph Charts"
desc "Access professional and updated Jeppesen charts for flight simulation"
homepage "https://navigraph.com/"
livecheck do
url "https://download.navigraph.com/software/charts/mac/latest-mac.yml"
strategy :yaml do |yaml|
yaml["version"]
end
strategy :electron_builder
end
auto_updates true