lz4 r127
Version bump. Closes Homebrew/homebrew#36089. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
add0fc7069
commit
5efe212005
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
require "formula"
|
||||
|
||||
class Lz4 < Formula
|
||||
homepage "http://code.google.com/p/lz4/"
|
||||
url "https://github.com/Cyan4973/lz4/archive/r126.tar.gz"
|
||||
sha1 "4e22222844b914f9f2878e9acf0ed1d9deca7f12"
|
||||
version "r126"
|
||||
homepage "https://code.google.com/p/lz4/"
|
||||
url "https://github.com/Cyan4973/lz4/archive/r127.tar.gz"
|
||||
sha1 "1aa7d4bb62eb79f88b33f86f9890dc9f96797af5"
|
||||
version "r127"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue