update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 16f727bd88 - Show all commits

View File

@@ -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