You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
412 B
Ruby
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
|