From 84142e94290cd080eea67189d006a5b87bcd177e Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 15 Mar 2014 09:50:03 -0400 Subject: [PATCH] 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. --- Casks/sequential.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/sequential.rb diff --git a/Casks/sequential.rb b/Casks/sequential.rb new file mode 100644 index 000000000..0451c51ab --- /dev/null +++ b/Casks/sequential.rb @@ -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