Skip to content

Commit

Permalink
lha: secure url(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 19, 2017
1 parent d204b16 commit ab7181b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/lha.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
class Lha < Formula
desc "Utility for creating and opening lzh archives"
homepage "https://lha.osdn.jp"
url "http://dl.osdn.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz"
homepage "https://lha.osdn.jp/"
url "https://ja.osdn.net/frs/redir.php?f=%2Flha%2F22231%2Flha-1.14i-ac20050924p1.tar.gz"
mirror "http://dl.osdn.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz"
version "1.14i-ac20050924p1"
sha256 "b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"

Expand All @@ -16,7 +17,7 @@ class Lha < Formula
end

head do
url "http://scm.osdn.jp/gitroot/lha/lha.git"
url "https://github.com/jca02266/lha.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
end
Expand Down

0 comments on commit ab7181b

Please sign in to comment.