diff options
| author | Jack Nagel | 2013-01-17 22:43:39 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-17 22:43:39 -0600 |
| commit | ecd98e3de35131e585d498f94935e967e10b8116 (patch) | |
| tree | 69564f95a56470cadd73960d20011eee7cd79ccf /Library | |
| parent | 652716423d34942bbd299a81097e6848edc6ea26 (diff) | |
| download | homebrew-ecd98e3de35131e585d498f94935e967e10b8116.tar.bz2 | |
skktools: fix audit warning
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/skktools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/skktools.rb b/Library/Formula/skktools.rb index a873f943d..8684b7d26 100644 --- a/Library/Formula/skktools.rb +++ b/Library/Formula/skktools.rb @@ -11,7 +11,7 @@ class Skktools < Formula # fixing compile errors with clang # Reported upstream, check if still needed in next version. def patches - "https://gist.github.com/raw/4473844/skkdic-expr.c.patch" + "https://gist.github.com/raw/4473844/807a208e642953bf95d1a1f3adda4863d189984d/skkdic-expr.c.patch" end def install |
