Files
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

17 lines
412 B
Ruby

cask "sequential" do
version "2.1.2"
sha256 "7a9247e8623da5b6c74b65ad6d9e0be7667b832816134393e871e584c00eee64"
url "http://sequentialx.com/Sequential#{version}.zip"
name "Sequential"
desc "Displays folders and archives of images and PDF files"
homepage "http://sequentialx.com/"
livecheck do
url "http://sequentialx.com/sequential.xml"
strategy :sparkle
end
app "Sequential.app"
end