Merge pull request #164356 from p-linnane/fix-various-typos

This commit is contained in:
Bevan Kay
2024-01-13 09:12:59 +11:00
committed by GitHub
5 changed files with 5 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ cask "canva" do
"~/Library/Application Support/Canva",
"~/Library/Caches/com.canva.CanvaDesktop",
"~/Library/Caches/com.canva.CanvaDesktop.ShipIt",
# `availablility` is mispelled upstream
"~/Library/LaunchAgents/com.canva.availablility-check-agent.plist",
"~/Library/Logs/Canva",
"~/Library/Preferences/com.canva.CanvaDesktop.plist",
+1 -1
View File
@@ -27,6 +27,6 @@ cask "command-x" do
caveats <<~EOS
This variant of #{token} is only updated annually or when security vulnerabilities are discovered.
For a more frequently updated versio, install via the Mac App Store.
For a more frequently updated version, install via the Mac App Store.
EOS
end
+1 -1
View File
@@ -8,7 +8,7 @@ cask "jazz2-resurrection" do
url "https://github.com/deathkiller/jazz2/releases/download/#{version}/Jazz2_#{version}_MacOS.zip",
verified: "github.com/deathkiller/jazz2/"
name "Jazz² Resurrection"
desc "Open-source re-implemenation of Jazz Jackrabbit 2 game engine"
desc "Open-source re-implementation of Jazz Jackrabbit 2 game engine"
homepage "https://deat.tk/jazz2/"
container nested: "#{arch}/jazz2_sdl2.dmg"
+1 -1
View File
@@ -12,7 +12,7 @@ cask "lightproxy" do
uninstall_postflight do
stdout, * = system_command "/usr/bin/security",
args: ["find-certificate", "-a", "-c", "LigthProxy", "-Z"],
args: ["find-certificate", "-a", "-c", "LightProxy", "-Z"],
sudo: true
hashes = stdout.lines.grep(/^SHA-256 hash:/) { |l| l.split(":").second.strip }
hashes.each do |h|
+1
View File
@@ -9,6 +9,7 @@ cask "macx-video-converter-pro" do
livecheck do
url "https://www.macxdvd.com/mac-video-converter-pro/upgrade/video-converter-pro.xml"
# `LastestVersion` is an upstream typo of `LatestVersion`
regex(%r{LastestVersion</key>\s*<string>(\d+(?:\.\d+)+)<}i)
end