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 Jan 24, 2024
1 parent aa539f8 commit 065f696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.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

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.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": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"cli": "0.8.1",
"py_client": "0.10.0",
"version": "0.1.1"
}
}

0 comments on commit 065f696

Please sign in to comment.