diff options
| author | Dominyk Tiller | 2014-07-18 05:51:33 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-07-18 19:12:10 -0500 |
| commit | 3b870f2caeb62b96c77474069c638019cdd7b660 (patch) | |
| tree | 5a23c9ff38df68695b510d682a49810d4d51c84b /Library/Formula | |
| parent | 7ed7a290b33af4ad3ac3073a0d13b7f334581ae4 (diff) | |
| download | homebrew-3b870f2caeb62b96c77474069c638019cdd7b660.tar.bz2 | |
rhash: 1.3.2
Version bump to 1.3.2. Also added a code comment highlighting the need for the patch to remain in place permanently, as rehash’s dev has said there’s no chance of this patch being accepted upstream due to it breaking FreeBSD build support.
Closes #30924.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rhash.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rhash.rb b/Library/Formula/rhash.rb index ff50209fe..4dff048fd 100644 --- a/Library/Formula/rhash.rb +++ b/Library/Formula/rhash.rb @@ -2,10 +2,11 @@ require 'formula' class Rhash < Formula homepage 'http://rhash.anz.ru/' - url 'https://downloads.sourceforge.net/project/rhash/rhash/1.3.1/rhash-1.3.1-src.tar.gz' - sha1 '3ecba2786909cc0d8bff253d94b0f313cbf2a6b1' + url 'https://downloads.sourceforge.net/project/rhash/rhash/1.3.2/rhash-1.3.2-src.tar.gz' + sha1 '15a997c98da1bc3628e065686866b6167951a44d' # Upstream issue: https://github.com/rhash/RHash/pull/7 + # This patch will need to be in place permanently. patch :DATA def install |
