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 Homebrew/homebrew#30924. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
261f248a5e
commit
9d7b9c25e0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue