xapian: Update sha1 for xapian-bindings

Running brew install xapian --binding reported the following error:

Error: SHA1 mismatch
Expected: d42d418c1873c607427c7cfb293477aa35428e4c
Got: 79e9f0b01f1af3440d10d00469dbe248784ffa1c
Archive:
/Users/gordy/Library/Caches/Homebrew/xapian-bindings-1.2.7.tar.gz

Verified correct sha1 by comparing with download from
http://xapian.org/download and updated formula accordingly.

Closes Homebrew/homebrew#8558.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Gordon Tillman 2011-11-12 09:26:55 -06:00 committed by Charlie Sharpsteen
parent 790e4007aa
commit b759e40642
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'formula'
class XapianBindings < Formula
url 'http://oligarchy.co.uk/xapian/1.2.7/xapian-bindings-1.2.7.tar.gz'
homepage 'http://xapian.org'
sha1 'd42d418c1873c607427c7cfb293477aa35428e4c'
sha1 '79e9f0b01f1af3440d10d00469dbe248784ffa1c'
end
class Xapian < Formula