From 4fdde4ab47925cbc31e6fad3e2a5f3105a5bea10 Mon Sep 17 00:00:00 2001 From: Jean-Marc Fontaine Date: Sun, 13 Dec 2015 23:24:18 +0100 Subject: [PATCH] uchardet 0.0.5 uchardet 0.0.5 Closes Homebrew/homebrew#46975. Signed-off-by: Baptiste Fontaine --- Formula/uchardet.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/uchardet.rb b/Formula/uchardet.rb index f2c84c64a6..abfd35795c 100644 --- a/Formula/uchardet.rb +++ b/Formula/uchardet.rb @@ -1,8 +1,8 @@ class Uchardet < Formula desc "Encoding detector library" - homepage "https://code.google.com/p/uchardet/" - url "https://uchardet.googlecode.com/files/uchardet-0.0.1.tar.gz" - sha256 "e238c212350e07ebbe1961f8f128faaa40f71b70d37b63ffa2fe12c664269ee6" + homepage "https://github.com/BYVoid/uchardet" + url "https://github.com/BYVoid/uchardet/archive/v0.0.5.tar.gz" + sha256 "7c5569c8ee1a129959347f5340655897e6a8f81ec3344de0012a243f868eabd1" depends_on "cmake" => :build