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