timbl 6.4.5
Update timbl to version 6.4.5 Closes Homebrew/homebrew#32184. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d8cb30d372
commit
4318543b64
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@ require 'formula'
|
|||
|
||||
class Timbl < Formula
|
||||
homepage 'http://ilk.uvt.nl/timbl/'
|
||||
url 'http://ilk.uvt.nl/downloads/pub/software/timbl-6.4.2.tar.gz'
|
||||
sha1 '7479ace6b7856205e2a3431c8df380fb1ec2a03f'
|
||||
url 'http://software.ticc.uvt.nl/timbl-6.4.5.tar.gz'
|
||||
sha1 'de8e241dedb1fd413ba885c81f8ffa63a575f419'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libxml2'
|
||||
depends_on 'ticcutils'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue