Skip to content

Commit

Permalink
exiv2: secure url(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 21, 2017
1 parent b805c79 commit 203e60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/exiv2.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit 203e60c

Please sign in to comment.