lz4 r130
Closes Homebrew/homebrew#40670. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
ef6d248ac4
commit
09c1aaf5d9
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Lz4 < Formula
|
class Lz4 < Formula
|
||||||
desc "Lossless compression algorithm"
|
desc "Lossless compression algorithm"
|
||||||
homepage "https://code.google.com/p/lz4/"
|
homepage "https://code.google.com/p/lz4/"
|
||||||
url "https://github.com/Cyan4973/lz4/archive/r127.tar.gz"
|
url "https://github.com/Cyan4973/lz4/archive/r130.tar.gz"
|
||||||
sha1 "1aa7d4bb62eb79f88b33f86f9890dc9f96797af5"
|
sha256 "c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc"
|
||||||
version "r127"
|
version "r130"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue