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)
This commit is contained in:
Chris Krycho 2013-11-02 12:52:20 -04:00
parent e3ca95c928
commit 5602dd2ea3
1 changed files with 1 additions and 1 deletions

View File

@ -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