update to 1.4.5

This commit is contained in:
Guillaume Horel 2020-07-25 22:33:25 -04:00
parent 1265135c2b
commit a39cd9b0d1
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.4
pkgver = 1.4.5
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.4.tar.gz
sha256sums = a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
source = https://github.com/facebook/zstd/archive/v1.4.5.tar.gz
sha256sums = 734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2
pkgname = zstd-static

View File

@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
pkgver=1.4.4
pkgver=1.4.5
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=('a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8')
sha256sums=('734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2')
provides=('zstd')
conflicts=('zstd')