Skip to content

Commit

Permalink
sccache: update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 10, 2024
1 parent cd15e66 commit 5c7a11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-sccache/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=sccache
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.8.2
pkgver=0.9.0
pkgrel=1
pkgdesc='Shared compilation cache (mingw-w64)'
arch=('any')
Expand All @@ -22,7 +22,7 @@ options=('!strip' '!lto')
source=("https://github.com/mozilla/sccache/archive/v$pkgver/${_realname}-${pkgver}.tar.gz"
"zstd-sys.tar.gz::https://crates.io/api/v1/crates/zstd-sys/2.0.10+zstd.1.5.6/download"
"link-zstd-dynamically.patch")
sha256sums=('2b3e0ef8902fe7bcdcfccf393e29f4ccaafc0194cbb93681eaac238cdc9b94f8'
sha256sums=('df5b8a38f6d29f438dba0be57ec2e6c4c87675c7b9bb4dd2e93d4c9375ca797b'
'c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa'
'48f4900ceb02d3aaf9a1020f33d56629156e96759f456c0e7ca18bfcf910767b')

Expand All @@ -43,7 +43,7 @@ prepare() {
zstd-sys = { path = "../zstd-sys-2.0.10+zstd.1.5.6" }
END

cargo update -p zstd-sys
cargo update -p zstd-sys -p cc
cargo fetch --locked
}

Expand Down

0 comments on commit 5c7a11f

Please sign in to comment.