From 10f2a368e85dde5828e97a8b330e6b6df40227b9 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Mon, 27 May 2019 21:42:28 +1000 Subject: [PATCH] crc32c 1.1.0 Closes #40365. Signed-off-by: Chongyu Zhu --- Formula/crc32c.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/crc32c.rb b/Formula/crc32c.rb index 2b3cb75651..235d9ab5f2 100644 --- a/Formula/crc32c.rb +++ b/Formula/crc32c.rb @@ -1,8 +1,8 @@ class Crc32c < Formula desc "CRC32C implementation with CPU-specific acceleration" homepage "https://github.com/google/crc32c" - url "https://github.com/google/crc32c/archive/1.0.7.tar.gz" - sha256 "dddcf4b883eb08574b23b46baac5f6b0373343e21e6b45140ed1f46059fce1a7" + url "https://github.com/google/crc32c/archive/1.1.0.tar.gz" + sha256 "49de137bf1c2eb6268d5122674f7dd1524b9148ba65c7b85c5ae4b9be104a25a" head "https://github.com/google/crc32c.git" bottle do