sccache: update to 0.3.3

This commit is contained in:
Mehdi Chinoune
2022-12-09 19:56:33 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 2696a99200
commit 00fbda2964

View File

@@ -3,7 +3,7 @@
_realname=sccache
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.3.1
pkgver=0.3.3
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=('7c26ef7047a66393f611172e6323756fc154799f119ee7e407f4a319735da153')
sha256sums=('65275a355e53cd1056768e1cbaad2f48bbaae0917be90b8d4e08128b682a29b3')
prepare() {
cp -r ${_realname}-${pkgver} build-${MSYSTEM}