Skip to content

Commit

Permalink
Merge pull request #174218 from slonopotamus/bump-octobuild-1.4.0
Browse files Browse the repository at this point in the history
octobuild 1.4.0
  • Loading branch information
BrewTestBot committed Jun 11, 2024
2 parents da02651 + eff41b9 commit 8162433
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/octobuild.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Octobuild < Formula
desc "Compiler cache for Unreal Engine"
homepage "https://github.com/octobuild/octobuild"
url "https://github.com/octobuild/octobuild/archive/refs/tags/1.3.2.tar.gz"
sha256 "47dfbeb5d6fe329dedcebba979d9a6ec263914fd67ef5a75422201eee980e17f"
url "https://github.com/octobuild/octobuild/archive/refs/tags/1.4.0.tar.gz"
sha256 "559fa141ccc7d8b23f4bf063928c7abed24af78c9e87f1d0e240fe120021c2af"
license "MIT"
head "https://github.com/octobuild/octobuild.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c2fe4f90eaf9ffe3a290d47f81a05a699d60b2bc67fc658132f447c41478d9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d136c0c3a958c67476d1d1333aad7aa303eff16a12ab6869ab534e5c07a524f8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e20416eb1c9fc069c170d57529c03d7bd33b5e6c0bb02bd262173d2cebf69347"
sha256 cellar: :any_skip_relocation, sonoma: "f7c1cb4cc55826b209bfbc5cdb9779693710f6dac5b4e8221508b0dfa027bb6b"
sha256 cellar: :any_skip_relocation, ventura: "c94df5fc11ae5adf94fdb266ed91a415ce2ba96d9550fb7791dd81f4d5a00829"
sha256 cellar: :any_skip_relocation, monterey: "3d0bfce2524197cdac01fd3e666462163759659261c1e23e48a1acfbcc07d4ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0bad19a001894583337d91853a52e988d2417edc9c0a38489c27adc2785efcf5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0648c142ff702b4083fa83e7768f67139afd1f50b026db5745982d03ba896b6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca6205aaf127361fcceed8ddbbd0e5fe02d76fc376718fd7e048ee655db9d7ae"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7024d305a578287337cc4db25e25532109fc78397daa738c5c4e0448515eca19"
sha256 cellar: :any_skip_relocation, sonoma: "663603d6450c90d42d84e2d3d4c647cbfa15d84b936338e25652e3605e78e091"
sha256 cellar: :any_skip_relocation, ventura: "529aaec3549db4d2613b66432fe6d1b2dfb2808c5e8089f523e62f450066be33"
sha256 cellar: :any_skip_relocation, monterey: "82cc6b3caf14d13b72fcaab9e17b37afb36debbd518cac6af4722b7bdaba4a0e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "57cb08038aa3c666770a7fc13ebb2f9c8a1d816fac5f9b4346b2be540f13925e"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 8162433

Please sign in to comment.