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 Apr 18, 2024
1 parent 181f67b commit d2757e6
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.18.0-canary.1"
version "0.18.0-canary.2"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.18.0/baml-apple-intel.tar.gz"
sha256 "5c8d65b56693946eb987ee8783ae93c6e7e212d21a78153f09cd00f8749850fa"
sha256 "0eb4f230193580d9968d25ce5dbb991ffd6e822ecf262a19763cfbe3e08caf48"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.18.0/baml-apple-arm.tar.gz"
sha256 "76a19e22ff882e2477f0e3e5304521345adb4f644f8f0b4095bfa20e6eed2272"
sha256 "ee13f02383f5ab2ed1ad76c2a7e99084644170c292eab9ffc216425bde61726f"
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.18.0-canary.1",
"version": "0.18.0-canary.2",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.18.0/baml.exe",
"bin": "baml.exe",
"hash": "c95916ee2a6b388e4aaa2227227779813195e75fab4be4448431a7c9fc0330aa",
"hash": "2c5f6039698b7386b92ce2c032c449e958b2644e0ddd7e124992b912673b5d73",
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit d2757e6

Please sign in to comment.