version bump

This commit is contained in:
Guillaume Horel 2019-11-13 14:04:36 -05:00
parent 58f592d8d5
commit 1265135c2b
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
pkgver = 1.4.3
pkgver = 1.4.4
pkgrel = 1
url = http://www.zstd.net/
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = zstd-static
provides = zstd
conflicts = zstd
options = staticlibs
source = https://github.com/facebook/zstd/archive/v1.4.3.tar.gz
sha256sums = 5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de
source = https://github.com/facebook/zstd/archive/v1.4.4.tar.gz
sha256sums = a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
pkgname = zstd-static

View File

@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
pkgver=1.4.3
pkgver=1.4.4
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('x86_64')
@ -14,7 +14,7 @@ depends=('zlib' 'xz' 'lz4')
makedepends=('cmake')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
sha256sums=('5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de')
sha256sums=('a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8')
provides=('zstd')
conflicts=('zstd')