NGINX_VER=1.30.4
BROTLI_VER=1.0.0~rc1+git20231009
VER="${NGINX_VER}+brotli${BROTLI_VER}"
# Note: After v1.0.0rc, there are still some necessary updates (including upstream submodules), 
# so the following commit refers to the latest one in master branch.
SRCS="tbl::https://nginx.org/download/nginx-$NGINX_VER.tar.gz \
      git::commit=a71f9312c2deb28875acc7bacfdd5695a111aa53;rename=ngx_brotli::https://github.com/google/ngx_brotli.git"
CHKSUMS="sha256::4261dc90e9e47c1c4041276e9aaa3d48ebe2e664f728e14fa95ae6c67d57a08b \
         SKIP"
CHKUPDATE="anitya::id=5413"
SUBDIR="nginx-$NGINX_VER"
