diff options
| author | Brett Koonce | 2013-08-16 21:25:58 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-08-16 23:25:28 -0700 |
| commit | 306f91ede7203ed87ef1689ca189ba16a46e4388 (patch) | |
| tree | 956a61386c86b20ee81a09fded4fa7bd1b883093 /Library/Formula | |
| parent | 462a210590472001df3c10c5f0d9817406938d78 (diff) | |
| download | homebrew-306f91ede7203ed87ef1689ca189ba16a46e4388.tar.bz2 | |
zsh-syntax-highlighting 0.2.0
Closes #21945.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh-syntax-highlighting.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zsh-syntax-highlighting.rb b/Library/Formula/zsh-syntax-highlighting.rb index 18d4cde50..aef15b00d 100644 --- a/Library/Formula/zsh-syntax-highlighting.rb +++ b/Library/Formula/zsh-syntax-highlighting.rb @@ -2,8 +2,8 @@ require 'formula' class ZshSyntaxHighlighting < Formula homepage 'https://github.com/zsh-users/zsh-syntax-highlighting' - url 'https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.1.3.zip' - sha1 '889b041af29ff1aab0a8e3a3b99ba24f02ddc881' + url 'https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.2.0.tar.gz' + sha1 '7c37129294aaf7cd61548ccfdf76cb478df3602f' head 'https://github.com/zsh-users/zsh-syntax-highlighting.git' |
