diff options
| author | Tim Moore | 2014-12-08 14:54:48 +1100 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-07 23:31:20 -0500 | 
| commit | 20d5a1a2227bceb592f217bd4bc36f6ca74392a5 (patch) | |
| tree | f5e4ac01538c872aa5c450026272e57ac1ef5503 | |
| parent | 55afe371a18ece2fc2f00c706b3d7c43ddbd5808 (diff) | |
| download | homebrew-20d5a1a2227bceb592f217bd4bc36f6ca74392a5.tar.bz2 | |
fontforge: add explicit version
The change of URL in b1f844c caused brew to fetch the wrong bottle,
which failed when validating the checksum.
Fixes #34778.
Closes #34779.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/fontforge.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb index ff4fc6731..f1f45f9b6 100644 --- a/Library/Formula/fontforge.rb +++ b/Library/Formula/fontforge.rb @@ -5,6 +5,7 @@ class Fontforge < Formula    url "https://github.com/fontforge/fontforge/releases/download/20141126/fontforge-2014-11-26-Unix-Source.tar.gz"    sha1 "ecd776480a47cdcbe1b30ce275172d7d52288e77"    head "https://github.com/fontforge/fontforge.git" +  version "20141126"    bottle do      sha1 "9cb3881adf612eae21aa4c70eb17907a96f05d8d" => :yosemite | 
