mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #164356 from p-linnane/fix-various-typos
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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|
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user