mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
470 B
Ruby
19 lines
470 B
Ruby
cask "pdfpenpro" do
|
|
version "12.2.3"
|
|
sha256 "6522b30a957ceeea13bc18506da501673ab3798fbdfe5fe73add6d764f5dc0a8"
|
|
|
|
url "https://cdn.smilesoftware.com/PDFpenPro_#{version}.dmg"
|
|
name "PDFpenPro"
|
|
desc "PDF editing software"
|
|
homepage "https://smilesoftware.com/PDFpenPro"
|
|
|
|
livecheck do
|
|
url "https://cgi.pdfpen.com/appcast/PDFpenPro#{version.major}.xml"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "PDFpenPro.app"
|
|
end
|