lha: secure url(s)
This commit is contained in:
parent
d204b16070
commit
ab7181b046
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue