From b43639a5152df3779c8692d53d7198220ecd73ca Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 04:13:33 +0000 Subject: [PATCH] Commit from GitHub Actions (Update Homebrew Formula) --- Formula/baml-nightly.rb | 10 +++++----- baml-nightly.json | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/baml-nightly.rb b/Formula/baml-nightly.rb index e292623..7713933 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.1" + version "0.10.0-canary.0" 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 "e1739bbff171e20da26eab0995c9a262f9269dd014cf03b0e86a571dba9567aa" + url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml-apple-intel.tar.gz" + sha256 "5b29362a493d9081302d8fb20e3679fe884236cbdd42951d4a9981356e388fca" elsif Hardware::CPU.arm? - url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml-apple-arm.tar.gz" - sha256 "7baf7001e4ec1de9faad38ba20df1dae16f5b9faf4f38849395f0638fa63eca2" + url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml-apple-arm.tar.gz" + sha256 "d662605fd67c06d945b4295888f1e1210f06ded05b9ba220e447f63d330a5d02" end end diff --git a/baml-nightly.json b/baml-nightly.json index 66507c1..8495be3 100644 --- a/baml-nightly.json +++ b/baml-nightly.json @@ -1,14 +1,14 @@ { - "version": "0.9.0-canary.1", + "version": "0.10.0-canary.0", "homepage": "https://trygloo.com", - "url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml.exe", + "url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml.exe", "bin": "baml.exe", - "hash": "14a0a6e1b09fb5f3012f6cc30411eacd013c495093deb4ab8f2ce19be9668c7c", + "hash": "90111853a38dd4f6decc1de959a35ec4633252c5680f5bb083320e539ed2c586", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.9.0/baml.exe" + "url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml.exe" } } }