eet: update urls, hash
This commit is contained in:
parent
34d0bb2c03
commit
0259de4a84
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
require "formula"
|
||||
|
||||
class Eet < Formula
|
||||
homepage "http://trac.enlightenment.org/e/wiki/Eet"
|
||||
url "http://download.enlightenment.org/releases/eet-1.7.10.tar.gz"
|
||||
sha1 "7cf6938cc76fbf1cd8e2721606d61c93c09edd9e"
|
||||
homepage "https://docs.enlightenment.org/auto/eet/eet_main.html"
|
||||
url "https://download.enlightenment.org/releases/eet-1.7.10.tar.gz"
|
||||
sha256 "c424821eb8ba09884d3011207b1ecec826bc45a36969cd4978b78f298daae1ee"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,7 +11,7 @@ class Eet < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "http://svn.enlightenment.org/svn/e/trunk/eet/"
|
||||
url "https://git.enlightenment.org/legacy/eet.git/"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue