Skip to content

Commit

Permalink
Merge pull request #140964 from miccal/bump-brotli-1.1.0
Browse files Browse the repository at this point in the history
brotli 1.1.0
  • Loading branch information
BrewTestBot authored Sep 2, 2023
2 parents 41f8c1b + 99c7473 commit bdc310e
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions Formula/b/brotli.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
class Brotli < Formula
desc "Generic-purpose lossless compression algorithm by Google"
homepage "https://github.com/google/brotli"
url "https://github.com/google/brotli/archive/v1.0.9.tar.gz"
mirror "http://fresh-center.net/linux/misc/brotli-1.0.9.tar.gz"
mirror "http://fresh-center.net/linux/misc/legacy/brotli-1.0.9.tar.gz"
sha256 "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
url "https://github.com/google/brotli/archive/v1.1.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/brotli-1.1.0.tar.gz"
mirror "http://fresh-center.net/linux/misc/legacy/brotli-1.1.0.tar.gz"
sha256 "e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff"
license "MIT"
head "https://github.com/google/brotli.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_ventura: "dda0779953c24b98703ae950195fdd7f5ae6dbd697e026cb65520d13ea8b1258"
sha256 cellar: :any, arm64_monterey: "5e9bddd862bda5b950307710430f3adf65486554d12e29629f67df8a0c5b881c"
sha256 cellar: :any, arm64_big_sur: "bcd00b6f423ec35f98aec55bc2c1cf433b6e70e915cdf04dd2c3a3707f1ce341"
sha256 cellar: :any, ventura: "ed4f61a9dc166cb1241e6b0a890298789eb564bfac1b4438ebe8ddf3d2632662"
sha256 cellar: :any, monterey: "985ce69f1aece701dc8103ef8775d57deaf99936782339583e16177ceb1259f3"
sha256 cellar: :any, big_sur: "9d3009fd246d0f6cf9fd11d0a3bd388f6c043c75fa302decf0dd935163fb0f4b"
sha256 cellar: :any, catalina: "a382d95787cc2a5742a1d713f939bbc91ca6e097aee7f49f95cc111dca9fa9d7"
sha256 cellar: :any, mojave: "d121eaa3e670d5ad972514a4cc000326249694c8b9691013e28b8dd52b87410d"
sha256 cellar: :any, high_sierra: "126ecc002d37d167252743eb6ff5db19bb6aa4584ab3f731bd7876e438fc6dab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "97756cdd4ee7ca03251307eafdb3dff7be3f070a8c0fdf385e87e7ad4a1068de"
sha256 cellar: :any, arm64_ventura: "752bc1b5b8fe4c369afd1a7d37c5073e629f565a8ee9d8b3229e3d9e167ec734"
sha256 cellar: :any, arm64_monterey: "8dbfb8fc5fecb3cf7db0b78892b0a86f72923c4192f8c2fe53031911d6ec59b6"
sha256 cellar: :any, arm64_big_sur: "a7af609813ab31e0816e7fde2510ee8b23045c1720c799bc94dfae7b8d6cc1bf"
sha256 cellar: :any, ventura: "e2ab96bd3ac33f28df4abff410639ab490f61e73f4d617c0c697d84eb65b9adb"
sha256 cellar: :any, monterey: "cf6f8a635958840ef85cae1464250454cb37fc15a84e74d3d8e3d16e578c146f"
sha256 cellar: :any, big_sur: "098ec6e1ed317b89ad799a56b9c4c4f02991b37df9ddad568720ee3c16d1d7d0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "73231d2d7656d1ff7f036ca2370b72c2203ef335f6382a0bfa5e54cfc7e11944"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit bdc310e

Please sign in to comment.