Date: Saturday, February 8, 2020 @ 11:42:14 Author: anthraxx Revision: 564036
upgpkg: lib32-zstd 1.4.4-1 Modified: lib32-zstd/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-08 11:41:52 UTC (rev 564035) +++ PKGBUILD 2020-02-08 11:42:14 UTC (rev 564036) @@ -1,11 +1,11 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor: Bartłomiej Piotrowski <[email protected]> +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Andrzej Giniewicz <[email protected]> # Contributor: Johan Förberg <[email protected]> _pkgname=zstd pkgname=lib32-zstd -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)' url='https://www.zstd.net/' @@ -14,8 +14,9 @@ depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4') makedepends=('gtest') source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz) -sha256sums=('e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767') -sha512sums=('cb36772a59f79922e65c0f869384dca4ef2948c1d1440abcddecc7e3838efee5b547dad97b9023cdcf17bf10a32412b8f3b20a5e16b79314e61074987edecfab') +sha256sums=('59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315') +sha512sums=('f12b6f38bd322a0538179ef90e4c83d2cba29e1fef391a8e8e964785e5761e7ba685f62e9a5a1d6b66171fd64e4fd6374e607569531e2f4c05c470cff2294454') +b2sums=('789d1968938d5b30d0c29f7819f7a4ed20bd70d8098dd9d37aa67605fe7af82d33db7a677295313260f1bf019afbf4a0e9b976d3452c47532cbbc8aa77c24d99') build() { cd ${_pkgname}-${pkgver}
