turbo: update to 2.7.1 (#26964)

This commit is contained in:
Maksim Bondarenkov
2025-12-21 20:10:48 +03:00
committed by GitHub
parent 2d8433cb9e
commit 220ed7292c

View File

@@ -3,7 +3,7 @@
_realname=turbo
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.6.3
pkgver=2.7.1
pkgrel=1
pkgdesc="Incremental bundler and build system optimized for JavaScript and TypeScript (mingw-w64)"
arch=('any')
@@ -27,7 +27,7 @@ options=('!strip')
source=("git+${msys2_repository_url}.git#tag=v${pkgver}"
"zstd-sys.tar.gz::https://crates.io/api/v1/crates/zstd-sys/2.0.10+zstd.1.5.6/download"
"zstd-sys-remove-statik.patch")
sha256sums=('7c781578b3f3d8609cf6a944f015ea8111a8cb3f19d8ff2aea980da51b8a0879'
sha256sums=('3108fbba4f6128dcaf5267ce96c0fc7c06655ded76c3e253b5f74ffdfe66755f'
'c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa'
'48f4900ceb02d3aaf9a1020f33d56629156e96759f456c0e7ca18bfcf910767b')
@@ -41,7 +41,7 @@ prepare() {
zstd-sys.path = "../zstd-sys-2.0.10+zstd.1.5.6"
END
export RUSTUP_TOOLCHAIN=nightly-2025-09-12-${RUST_CHOST}
export RUSTUP_TOOLCHAIN=nightly-2025-10-24-${RUST_CHOST}
cargo update -p zstd-sys --config='net.git-fetch-with-cli=true'
cargo fetch --locked --target "${RUST_CHOST}"
}