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 05ffb96 commit 6d306ee
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.10.0-canary.0"
version "0.10.0-canary.1"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml-apple-intel.tar.gz"
sha256 "5b29362a493d9081302d8fb20e3679fe884236cbdd42951d4a9981356e388fca"
sha256 "ba7f11ca6883bb693b5a8c2e08e8f885812fbd188654a93230d70aa52f42cc65"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml-apple-arm.tar.gz"
sha256 "d662605fd67c06d945b4295888f1e1210f06ded05b9ba220e447f63d330a5d02"
sha256 "b8acfbac043c06e667a0cce797aa376c25721b365a67fcc9ccfe9806c188370e"
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.10.0-canary.0",
"version": "0.10.0-canary.1",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.10.0/baml.exe",
"bin": "baml.exe",
"hash": "90111853a38dd4f6decc1de959a35ec4633252c5680f5bb083320e539ed2c586",
"hash": "3b0336edf4777ac2808caf2d644187cf56ba749ed71889b340e0a164d33bd751",
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 6d306ee

Please sign in to comment.