xxhash 0.7.2
Closes #45128. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0b14ced850
commit
84604ef24d
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.1.tar.gz"
|
||||
sha256 "afa29766cfc0448ff4a1fd9f2c47e02c48d50be5b79749925d15d545008c3f81"
|
||||
url "https://github.com/Cyan4973/xxHash/archive/v0.7.2.tar.gz"
|
||||
sha256 "7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue