Files
homebrew-cask/Casks/p/pdfextractor.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
510 B
Ruby

cask "pdfextractor" do
version "1.5"
sha256 :no_check
url "https://pdfextractor-app.com/PDFExtractor.dmg"
name "PDFExtractor"
homepage "https://pdfextractor-app.com/"
livecheck do
url "https://pdfextractor-app.com/releases.php"
regex(/Version\s+(\d+(?:\.\d+)+)/i)
end
auto_updates true
app "PDFExtractor.app"
zap trash: [
"~/Library/Preferences/com.briksoftware.pdfextractor.plist",
"~/Library/Saved Application State/com.briksoftware.pdfextractor.savedState",
]
end