ipe: fix download url
Closes Homebrew/homebrew#18721. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5b6edaa692
commit
ff8e1e6a14
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
||||||
|
|
||||||
class Ipe < Formula
|
class Ipe < Formula
|
||||||
homepage 'http://ipe7.sourceforge.net'
|
homepage 'http://ipe7.sourceforge.net'
|
||||||
url 'http://sourceforge.net/projects/ipe7/files/ipe/7.1.0/ipe-7.1.3-src.tar.gz'
|
url 'http://sourceforge.net/projects/ipe7/files/ipe/7.1/ipe-7.1.3-src.tar.gz'
|
||||||
sha1 '7999a85d902fbe3952664dea86c2c0a1aaed40d6'
|
sha1 '7999a85d902fbe3952664dea86c2c0a1aaed40d6'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
|
|
Loading…
Reference in a new issue