diff --git a/Formula/eet.rb b/Formula/eet.rb index 7e640e01cf..45c719b0b0 100644 --- a/Formula/eet.rb +++ b/Formula/eet.rb @@ -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