uchardet 0.0.5

uchardet 0.0.5

Closes Homebrew/homebrew#46975.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Jean-Marc Fontaine 2015-12-13 23:24:18 +01:00 committed by Baptiste Fontaine
parent 78660cae99
commit 4fdde4ab47

View file

@ -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