Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdfpals 1.6.0 (new cask) #172246

Merged
merged 1 commit into from Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions Casks/p/pdfpals.rb
@@ -0,0 +1,28 @@
cask "pdfpals" do
version "1.6.0"
sha256 "e082ff0565b8503ff6ab76c7d9d796f87a5631590732e3a2fec2b5b25e46720c"

url "https://download.pdfpals.com/releases/PDFPals-#{version}.dmg"
name "PDF Pals"
desc "AI Chat with PDFs"
bevanjkay marked this conversation as resolved.
Show resolved Hide resolved
homepage "https://pdfpals.com/"

livecheck do
url "https://pdfpals.com/sparkle/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :ventura"

app "PDF Pals.app"

zap trash: [
"~/Library/Application Scripts/co.podzim.PDFPals",
"~/Library/Caches/co.podzim.PDFPals",
"~/Library/Containers/co.podzim.PDFPals",
"~/Library/HTTPStorages/co.podzim.PDFPals",
"~/Library/Preferences/co.podzim.PDFPals.plist",
"~/Library/WebKit/co.podzim.PDFPals",
]
end