ipbt: fix checksum
Closes Homebrew/homebrew#24795. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ea289bc8a0
commit
26b645c75c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class Ipbt < Formula
|
||||
homepage 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/'
|
||||
url 'http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ipbt-r9487.tar.gz'
|
||||
sha1 '6938c792994473cff2e3cdb44edc957664e6cc83'
|
||||
sha1 'c4ce632afcefd9d1537567e17e76645f5f4482e8'
|
||||
version 'r9487'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue