From 5602dd2ea3919b8a0ca7c2427aff221dd8e61367 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Sat, 2 Nov 2013 12:52:20 -0400 Subject: [PATCH] Update sha1 to latest Used the sha1 value supplied on the [download page](https://code.google.com/p/pandoc/downloads/detail?name=pandoc-1.12.1-1.dmg) --- Casks/pandoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/pandoc.rb b/Casks/pandoc.rb index a861126ac..a365846ec 100644 --- a/Casks/pandoc.rb +++ b/Casks/pandoc.rb @@ -1,7 +1,7 @@ class Pandoc < Cask homepage 'http://johnmacfarlane.net/pandoc' url "https://pandoc.googlecode.com/files/pandoc-1.12.1-1.dmg" - sha1 '428ab4e784aa91b30d0bf26a49a67d688ea5fe42' + sha1 'e09c2e5e55551563a9843d0adfb0ac5124cf5990' version '1.12.1-1' install 'pandoc-1.12.1.pkg' end