fossil: Update to 1.20
Closes Homebrew/homebrew#8262. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
e4e97224db
commit
a1b7b7e338
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Fossil < Formula
|
||||
version '1.18'
|
||||
url 'http://www.fossil-scm.org/download/fossil-src-20110713230341.tar.gz'
|
||||
md5 'ed916bc0db85f30eadd0de45f6bc95ad'
|
||||
version '1.20'
|
||||
url 'http://www.fossil-scm.org/download/fossil-src-20111021125253.tar.gz'
|
||||
md5 'd3bd7d3bf60b523578f37315cd8a8f12'
|
||||
homepage 'http://www.fossil-scm.org/'
|
||||
head 'fossil://http://www.fossil-scm.org/'
|
||||
|
||||
def install
|
||||
system "./configure"
|
||||
system "make"
|
||||
bin.install 'fossil'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue