Skip to content

Commit

Permalink
Commit from GitHub Actions (Update Homebrew Formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 9757cd2 commit 0fdb427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Formula/baml-nightly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
class BamlNightly < Formula
desc "BAML Utilities"
homepage "https://www.trygloo.com"
version "0.14.0-canary.3"
version "0.14.0-canary.4"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-intel.tar.gz"
sha256 "70321fcfa5b8c1abd2274d3384a21512ad27e82a595a22d4c50d3addda083cf0"
sha256 "323286dbf9e614e12d48d3c95a1304a12e858ff9421e74da8f53be656a809ec8"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-arm.tar.gz"
sha256 "431e2bcbd6651db48ec23268e42a2e1da42f61469cbac4739d4560db3e0b36f7"
sha256 "70d8da4531a88e0ceb50290287dcd6ca87ce1c02ae209239ce97db7eb4775b2d"
end
end

Expand Down
4 changes: 2 additions & 2 deletions baml-nightly.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.14.0-canary.3",
"version": "0.14.0-canary.4",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml.exe",
"bin": "baml.exe",
"hash": "12e02cbf5e6d7dd55504646bacb9332c8e3ad63ac48859f10f4ee7f2ddfb4e0f",
"hash": "f9cdc2ff6f6bbcc91c5fa3017ee8ed895c2b12030b0beaf0361681640757223c",
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 0fdb427

Please sign in to comment.