lz4: update homepage
It's redirected to: https://cyan4973.github.io/lz4/ (with http though) Closes Homebrew/homebrew#40692. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8c9387a321
commit
93f19bb122
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class Lz4 < Formula
|
||||
desc "Lossless compression algorithm"
|
||||
homepage "https://code.google.com/p/lz4/"
|
||||
homepage "http://www.lz4.info/"
|
||||
url "https://github.com/Cyan4973/lz4/archive/r130.tar.gz"
|
||||
sha256 "c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc"
|
||||
version "r130"
|
||||
|
|
Loading…
Reference in a new issue