Merge pull request #166485 from aaronliu0130/upscayl

Add Upscayl 2.9.9
This commit is contained in:
Justin Krehel 2024-02-11 16:44:39 -05:00 committed by GitHub
commit 11ac3d4763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

25
Casks/u/upscayl.rb Normal file
View File

@ -0,0 +1,25 @@
cask "upscayl" do
version "2.9.9"
sha256 "21cab689f557c5ddaee36ee9f6bf22bf042072cbb4e3c354e486e2ba2b86df3a"
url "https://github.com/upscayl/upscayl/releases/download/v#{version}/upscayl-#{version}-mac.dmg",
verified: "github.com/upscayl/upscayl/"
name "Upscayl"
desc "AI image upscaler"
homepage "https://upscayl.org/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :monterey"
app "Upscayl.app"
zap trash: [
"~/Library/Application Support/Upscayl",
"~/Library/Preferences/org.upscayl.app.plist",
"~/Library/Saved Application State/org.upscayl.app.savedState",
]
end