exiv2: secure url(s)
This commit is contained in:
parent
b805c79f7b
commit
203e60ca11
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class Exiv2 < Formula
|
||||
desc "EXIF and IPTC metadata manipulation library and tools"
|
||||
homepage "http://www.exiv2.org"
|
||||
homepage "http://www.exiv2.org/"
|
||||
url "http://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz"
|
||||
sha256 "c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb"
|
||||
|
||||
|
@ -14,7 +14,7 @@ class Exiv2 < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "svn://dev.exiv2.org/svn/trunk"
|
||||
url "https://github.com/Exiv2/exiv2.git"
|
||||
depends_on "cmake" => :build
|
||||
depends_on "gettext" => :build
|
||||
depends_on "libssh"
|
||||
|
|
Loading…
Reference in a new issue