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 d86d38c commit 9757cd2
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.2"
version "0.14.0-canary.3"

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 "338cc9d0cc65736a2a03e7485a9bf466097a43e68489e43ea71471f81f2b44f5"
sha256 "70321fcfa5b8c1abd2274d3384a21512ad27e82a595a22d4c50d3addda083cf0"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-arm.tar.gz"
sha256 "6d1c4da94596a388c39792e28ce95a3fe15a1fafc565624843f4d6243ef947c9"
sha256 "431e2bcbd6651db48ec23268e42a2e1da42f61469cbac4739d4560db3e0b36f7"
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.2",
"version": "0.14.0-canary.3",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml.exe",
"bin": "baml.exe",
"hash": "ff80585e66f4f78376da1059b42444604d0496524c1607fc23db8f21eab78ba0",
"hash": "12e02cbf5e6d7dd55504646bacb9332c8e3ad63ac48859f10f4ee7f2ddfb4e0f",
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 9757cd2

Please sign in to comment.