xxhash 0.7.1
Closes #43207. Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
parent
00bfa39cd1
commit
3dc487be5a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Xxhash < Formula
|
||||
desc "Extremely fast non-cryptographic hash algorithm"
|
||||
homepage "https://github.com/Cyan4973/xxHash"
|
||||
url "https://github.com/Cyan4973/xxHash/archive/v0.7.0.tar.gz"
|
||||
sha256 "b34792646d5e19964bb7bba24f06cb13aecaac623ab91a54da08aa19d3686d7e"
|
||||
url "https://github.com/Cyan4973/xxHash/archive/v0.7.1.tar.gz"
|
||||
sha256 "afa29766cfc0448ff4a1fd9f2c47e02c48d50be5b79749925d15d545008c3f81"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue