We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbeee8 commit ecd76a7Copy full SHA for ecd76a7
Formula/s/sccache.rb
@@ -1,8 +1,8 @@
1
class Sccache < Formula
2
desc "Used as a compiler wrapper and avoids compilation when possible"
3
homepage "https://github.com/mozilla/sccache"
4
- url "https://github.com/mozilla/sccache/archive/refs/tags/v0.9.0.tar.gz"
5
- sha256 "df5b8a38f6d29f438dba0be57ec2e6c4c87675c7b9bb4dd2e93d4c9375ca797b"
+ url "https://github.com/mozilla/sccache/archive/refs/tags/v0.9.1.tar.gz"
+ sha256 "150967a59f148f780acc167c9e35961a196953bd804d513ab013344d73deb436"
6
license "Apache-2.0"
7
head "https://github.com/mozilla/sccache.git", branch: "main"
8
0 commit comments