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 065f696 commit b43639a
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.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

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.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"
}
}
}
Expand Down

0 comments on commit b43639a

Please sign in to comment.