diff options
| author | Brett Koonce | 2014-10-31 17:38:39 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-11-01 20:57:28 -0700 |
| commit | 9d64e7468883de25c6b39fc83549fc2a237e0e0b (patch) | |
| tree | 82d56bd952790dc0981c2e872a82fccaaf7baba8 /Library/Formula | |
| parent | 8a2ddac53ab397c3213d7a6f05c95fadfae4f84d (diff) | |
| download | homebrew-9d64e7468883de25c6b39fc83549fc2a237e0e0b.tar.bz2 | |
zsh-syntax-highlighting 0.2.1
Closes #33791.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zsh-syntax-highlighting.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/zsh-syntax-highlighting.rb b/Library/Formula/zsh-syntax-highlighting.rb index aef15b00d..6bacb81e1 100644 --- a/Library/Formula/zsh-syntax-highlighting.rb +++ b/Library/Formula/zsh-syntax-highlighting.rb @@ -1,14 +1,14 @@ -require 'formula' +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.2.0.tar.gz' - sha1 '7c37129294aaf7cd61548ccfdf76cb478df3602f' + homepage "https://github.com/zsh-users/zsh-syntax-highlighting" + url "https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.2.1.tar.gz" + sha1 "767c5fff7a5823647c733091348c3c52a5c2d1b0" - head 'https://github.com/zsh-users/zsh-syntax-highlighting.git' + head "https://github.com/zsh-users/zsh-syntax-highlighting.git" def install - (share/'zsh-syntax-highlighting').install Dir['*'] + (share/"zsh-syntax-highlighting").install Dir["*"] end def caveats |
