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 aaea82d commit 7f6c273
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.0"
version "0.14.0-canary.1"

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 "ef669d2fcd10861e20eeea728a1f6a3b75b14b093d2af25eb2d6ff2a5f3bacf2"
sha256 "61da325b432b70de5f728cc366e3aad0ca2b9c23b29290abec00fa1b469ce2a9"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-arm.tar.gz"
sha256 "c52927992c3a7175ed8697af8f769d46211f79f83da9a6c51408eda6414c9c62"
sha256 "d687fe55435d96d6afe18b2c5f62b730f7d977086025e103bc005c3e847f5893"
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.0",
"version": "0.14.0-canary.1",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml.exe",
"bin": "baml.exe",
"hash": "13564a2cd1d73e11d0ca22ca5f7310190190bb936fa344f57088cd0414c9b4c1",
"hash": "bab71fc8afb048811755beb0776cd10e31daf9883d95db7996c7312196ba772a",
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 7f6c273

Please sign in to comment.