diff options
| author | Max Horvath | 2015-01-12 14:55:28 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-12 14:23:07 +0000 |
| commit | d32f6225d301b609cbe9023789f6d6e6613a7afc (patch) | |
| tree | 1040f3741566de53abd3510cfd28553a68793020 /Library/Formula | |
| parent | 614ec4ea8b4a28e21c2ad653575c6db33dccadb5 (diff) | |
| download | homebrew-d32f6225d301b609cbe9023789f6d6e6613a7afc.tar.bz2 | |
htop-osx: fix SIGSEGV with COLS > 178.
Closes #34684.
Closes #35782.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/htop-osx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb index 9d1bd3af9..b85879723 100644 --- a/Library/Formula/htop-osx.rb +++ b/Library/Formula/htop-osx.rb @@ -1,7 +1,7 @@ class HtopOsx < Formula homepage "https://github.com/max-horvath/htop-osx" - url "https://github.com/max-horvath/htop-osx/archive/0.8.2.2.tar.gz" - sha1 "17c56fe5efe81cf6b0f4c13a958fa7e4d8591b23" + url "https://github.com/max-horvath/htop-osx/archive/0.8.2.3.tar.gz" + sha1 "43d63772dd610fb238e3b9a83c066658bd6218d9" bottle do revision 1 |
