Skip to content

Commit

Permalink
brotli: update to 1.0.4 (msys2#3690)
Browse files Browse the repository at this point in the history
This updates brotli to 1.0.4.
  • Loading branch information
Adsun701 authored and Alexpux committed May 4, 2018
1 parent 9b126ba commit eba7e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-brotli/PKGBUILD
Expand Up @@ -6,15 +6,15 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python2-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
"${MINGW_PACKAGE_PREFIX}-brotli-testdata")
pkgver=1.0.3
pkgver=1.0.4
pkgrel=1
pkgdesc="Brotli compression library (mingw-w64)"
arch=('any')
url='https://github.com/google/brotli'
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-python3" "${MINGW_PACKAGE_PREFIX}-python2")
license=('MIT')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/google/brotli/archive/v${pkgver}.tar.gz")
sha256sums=('7948154166ef8556f8426a4ede219aaa98a81a5baffe1f7cf2523fa67d59cd1c')
sha256sums=('2268a3dff1cc36e18549e89a51ee0cd9513908a977d56d6a1f9d4c61c2af37c3')

prepare() {
cd "$srcdir"/${_realname}-${pkgver}
Expand Down

0 comments on commit eba7e00

Please sign in to comment.