zstd: fix cross

This commit is contained in:
Ella Stanforth 2022-04-22 21:49:13 +00:00
parent 25a7e2c67b
commit a2eec6b648
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
pkgname=zstd
pkgver=1.5.0
pkgver=1.5.2
auto_cross
fetch() {
curl -L "https://github.com/facebook/zstd/releases/download/v$pkgver/zstd-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.xz
@ -22,3 +23,7 @@ license() {
cat LICENSE
# cat COPYING
}
backup() {
return
}