calc 2.12.4.8/2.12.4.10
This commit is contained in:
parent
913dfb694d
commit
82832563c7
1 changed files with 7 additions and 2 deletions
|
@ -2,8 +2,13 @@ require 'formula'
|
|||
|
||||
class Calc < Formula
|
||||
homepage 'http://www.isthe.com/chongo/tech/comp/calc/'
|
||||
url 'http://www.isthe.com/chongo/src/calc/calc-2.12.4.4.tar.bz2'
|
||||
sha1 'cc55ee21ab7a7a6a8b7516a7236e87ae1b09d00d'
|
||||
url 'http://www.isthe.com/chongo/src/calc/calc-2.12.4.8.tar.bz2'
|
||||
sha1 'c92740e891b88561e8884bfa2238a7591be914ae'
|
||||
|
||||
devel do
|
||||
url 'http://www.isthe.com/chongo/src/calc/calc-2.12.4.10.tar.bz2'
|
||||
sha1 '25e52d49d8c292283130282c44d9d7ec45a31598'
|
||||
end
|
||||
|
||||
depends_on 'readline'
|
||||
|
||||
|
|
Loading…
Reference in a new issue