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 Mar 20, 2024
1 parent dc28e70 commit eb7be9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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.14.0-canary.5"
version "0.15.0-canary.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-intel.tar.gz"
sha256 "3dd0d11475b3350f8b7fcfad0574856238f89acfb35586079cd147166fc0dd2b"
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.15.0/baml-apple-intel.tar.gz"
sha256 "34912fa08fa42a9041efa7133e7249e1ab8a75a7e683eaf4401d4178b6b86aec"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml-apple-arm.tar.gz"
sha256 "e0aa60b9017b4780f1e5e45abf225b197b077cda130629dd4630f0fc7900f70f"
url "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.15.0/baml-apple-arm.tar.gz"
sha256 "34a0e0f55f5264e8deb199623aacece74a7cb86e761830eb36d46fb8a0165c06"
end
end

Expand Down
8 changes: 4 additions & 4 deletions baml-nightly.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "0.14.0-canary.5",
"version": "0.15.0-canary.0",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml.exe",
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.15.0/baml.exe",
"bin": "baml.exe",
"hash": "d84d97e75ec478f8c03ec39a394cdd98095b59961785d1370390ae754806bea5",
"hash": "0b81ef175c0359ede9666b250622d8490e039051febd278c6061e40f2a8780e3",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.14.0/baml.exe"
"url": "https://github.com/GlooHQ/baml/releases/download/unstable%2Fcli%2Fv0.15.0/baml.exe"
}
}
}
Expand Down

0 comments on commit eb7be9a

Please sign in to comment.