Upgraded base/sccache to 0.3.0
This commit is contained in:
parent
a960db09f4
commit
6c3f2af703
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
app=sccache
|
app=sccache
|
||||||
version=0.2.15
|
version=0.3.0
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://github.com/mozilla/sccache"
|
homepage="https://github.com/mozilla/sccache"
|
||||||
|
download="https://github.com/mozilla/sccache/archive/refs/tags/v$version.tar.gz"
|
||||||
desc="Compile caching tool like ccache which can also cache rust objects"
|
desc="Compile caching tool like ccache which can also cache rust objects"
|
||||||
requires="rust"
|
requires="rust"
|
||||||
|
|
||||||
|
@ -26,4 +27,5 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
82f09b15bcac300c22b4bab8b6d665ef5824af82d3e0fa198395fb7825c31da1eeb7ada1f39b0438efaf5760652f8977e50d1ca8f18770fe714c46f39840e67c sccache-0.2.15.tar.gz
|
82f09b15bcac300c22b4bab8b6d665ef5824af82d3e0fa198395fb7825c31da1eeb7ada1f39b0438efaf5760652f8977e50d1ca8f18770fe714c46f39840e67c sccache-0.2.15.tar.gz
|
||||||
"
|
6cf82764b488e2092769a96a5d98c1fcc4969e228053684eb7e4c66c6262f5cdaa4f8a771a38026a4b2ff539304432f271f6cea51ebf31d7f67b9465f47eebfc sccache-0.3.0.tar.gz
|
||||||
|
"
|
Loading…
Reference in a new issue