From 065f6962b9f43a1df8f037a35125fd1df3e37d52 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 01:50:40 +0000 Subject: [PATCH] Commit from GitHub Actions (Update Homebrew Formula) --- Formula/baml-nightly.rb | 6 +++--- baml-nightly.json | 4 ++-- version.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/baml-nightly.rb b/Formula/baml-nightly.rb index eaa459e..e292623 100644 --- a/Formula/baml-nightly.rb +++ b/Formula/baml-nightly.rb @@ -2,15 +2,15 @@ class BamlNightly < Formula desc "BAML Utilities" homepage "https://www.trygloo.com" - version "0.9.0-canary.0" + version "0.9.0-canary.1" on_macos do if Hardware::CPU.intel? url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml-apple-intel.tar.gz" - sha256 "e7670f367b576479e116b6d7c0311aec43b77f0750f4151e69938000513217d4" + sha256 "e1739bbff171e20da26eab0995c9a262f9269dd014cf03b0e86a571dba9567aa" elsif Hardware::CPU.arm? url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml-apple-arm.tar.gz" - sha256 "5d35bdb191ed7d43306d7255be1c90b5d04e145c0686d369a2402d092e304ffa" + sha256 "7baf7001e4ec1de9faad38ba20df1dae16f5b9faf4f38849395f0638fa63eca2" end end diff --git a/baml-nightly.json b/baml-nightly.json index 7756648..66507c1 100644 --- a/baml-nightly.json +++ b/baml-nightly.json @@ -1,9 +1,9 @@ { - "version": "0.9.0-canary.0", + "version": "0.9.0-canary.1", "homepage": "https://trygloo.com", "url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml.exe", "bin": "baml.exe", - "hash": "1c7ca52f2b4e90a3065db7a2ff1b2c312f22688be59b481c2c6dd9e6e29dac1c", + "hash": "14a0a6e1b09fb5f3012f6cc30411eacd013c495093deb4ab8f2ce19be9668c7c", "checkver": "github", "autoupdate": { "architecture": { diff --git a/version.json b/version.json index 6fa2f96..3d2d510 100644 --- a/version.json +++ b/version.json @@ -2,4 +2,4 @@ "cli": "0.8.1", "py_client": "0.10.0", "version": "0.1.1" -} +} \ No newline at end of file