Files
homebrew-cask/Casks/p/pdf-toolbox.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

16 lines
398 B
Ruby

cask "pdf-toolbox" do
version "2.0.2"
sha256 "b09ce8bedd2d62478668910edb12e7c9fbdca70591d4a623edaa084bd99786eb"
url "https://www.lightenpdf.com/upload/download/PDF-Toolbox-Mac-#{version.no_dots}.dmg"
name "PDF Toolbox"
homepage "https://www.lightenpdf.com/pdf-toolbox-mac.html"
livecheck do
url :homepage
regex(/Version\s*(\d+(?:\.\d+)*)/i)
end
app "PDF Toolbox.app"
end