Added Sequential

Sequential is an image viewer for Mac OS X. It was originally designed
for opening a folder of images and displaying them in order. It works
well for viewing comics and manga. Sequential can display folders and
archives (ZIP, RAR, CBZ and CBR) of images (including JPEG, PNG, and
GIF) and PDF files. It is able to load images on the internet from a
page or image URL. Sequential has mature full screen support and can
display images' Exif data.
This commit is contained in:
Caleb Xu 2014-03-15 09:50:03 -04:00
parent 83a0f7ebea
commit 84142e9429

7
Casks/sequential.rb Normal file
View file

@ -0,0 +1,7 @@
class Sequential < Cask
url 'http://sequentialx.com/Sequential2.1.2.zip'
homepage 'http://sequentialx.com'
version '2.1.2'
sha256 '7a9247e8623da5b6c74b65ad6d9e0be7667b832816134393e871e584c00eee64'
link 'Sequential.app'
end