update to 12.3: zstd
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
pkgname=zstd
|
pkgname=zstd
|
||||||
pkgver=1.5.6
|
pkgver=1.5.7
|
||||||
pkgdesc='Zstandard - Fast real-time compression algorithm'
|
pkgdesc='Zstandard - Fast real-time compression algorithm'
|
||||||
url='https://facebook.github.io/zstd/'
|
url='https://facebook.github.io/zstd/'
|
||||||
license=(
|
license=(
|
||||||
BSD-3-Clause
|
BSD-3-Clause
|
||||||
GPL-2.0-only
|
GPL-2.0-only
|
||||||
)
|
)
|
||||||
sources=("zstd-${pkgver}.tar.gz")
|
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||||
urls=("https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz")
|
urls=("https://github.com/facebook/zstd/releases/download/v${pkgver}/${sources[0]}")
|
||||||
md5sums=("5a473726b3445d0e5d6296afd1ab6854")
|
md5sums=("780fc1896922b1bc52a4e90980cdda48")
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
Reference in New Issue
Block a user