[brotli] added version 1.0.9 (#33107)

This commit is contained in:
Jen Herting 2022-10-07 17:33:07 -04:00 committed by GitHub
parent 5560bbf97e
commit cbc224852b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class Brotli(CMakePackage):
homepage = "https://github.com/google/brotli"
url = "https://github.com/google/brotli/archive/v1.0.7.tar.gz"
version("1.0.9", sha256="f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46")
version("1.0.7", sha256="4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c")
@run_after("install")