sccache: update to 0.4.0

This commit is contained in:
Mehdi Chinoune
2023-02-23 09:18:54 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 80f92d3257
commit 71b552e32f

View File

@@ -3,7 +3,7 @@
_realname=sccache
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.3.3
pkgver=0.4.0
pkgrel=1
pkgdesc='Shared compilation cache (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-openssl" "${MINGW_PACKAGE_PREFIX}-zlib")
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("https://github.com/mozilla/sccache/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('65275a355e53cd1056768e1cbaad2f48bbaae0917be90b8d4e08128b682a29b3')
sha256sums=('361d2e4150d5bf9a563face9113062335dab98f4c726ad58c4bc77252051e676')
prepare() {
cp -r ${_realname}-${pkgver} build-${MSYSTEM}