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 Apr 27, 2024
1 parent 4acb002 commit db8b8e2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Formula/baml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
class Baml < Formula
desc "BAML Utilities"
homepage "https://www.trygloo.com"
version "0.18.0"
version "0.19.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.18.0/baml-apple-intel.tar.gz"
sha256 "f8a74f8bc6e01b44a6bee577cecc67116a2c7011db81406349de731f361de13e"
url "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.19.0/baml-apple-intel.tar.gz"
sha256 "3e8c19fb3aefd32e49185004631e99be32a73a0aec0695a5296f52e69434d0c3"
elsif Hardware::CPU.arm?
url "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.18.0/baml-apple-arm.tar.gz"
sha256 "f15d5e30c422818c85ebbfffe6bded3b495651b9472058f08fb6e3c43f5b5af2"
url "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.19.0/baml-apple-arm.tar.gz"
sha256 "51f51b6c6ceb50da6bd50fcd41a71df5179fa865e895ab384e39e07a320fb1fc"
end
end

Expand Down
8 changes: 4 additions & 4 deletions baml.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "0.18.0",
"version": "0.19.0",
"homepage": "https://trygloo.com",
"url": "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.18.0/baml.exe",
"url": "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.19.0/baml.exe",
"bin": "baml.exe",
"hash": "847168979ebc4a496642d79a966213e7c92ba4abf9f3a03bc0170e7143ddae77",
"hash": "f30b8167bc5298909a3bfca84cb1642ed7f3602b0614226dd2bffdb0e5c5d26f",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.18.0/baml.exe"
"url": "https://github.com/GlooHQ/baml/releases/download/release%2Fbaml-cli%2Fv0.19.0/baml.exe"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion install-baml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RESET=$(tput sgr0)

# Default settings
RELEASE_TYPE="release%2Fbaml-cli%2F" # Default release type
VERSION="0.18.0"
VERSION="0.19.0"

# Define checksums for each version (update this list as new versions are released)
declare -A CHECKSUMS
Expand Down Expand Up @@ -44,6 +44,7 @@ CHECKSUMS["0.16.0"]="852867bab04cf473d332dc791b4a7210b8afdb45bbe6cf805432744985f
CHECKSUMS["0.17.0"]="b7b11ddce42792538d7353b7a203b4986ffa4a2525c964537abfb6bbd02b1374 d1abe503317d1e57c1d65b3ecaa35b5d0a066e0e0f7b62cdbf8dda35b7a61086 923a428cfa089fb94253e11b3151896f9dd627661d9a21d38d48e02788474627"
CHECKSUMS["0.17.1"]="0a7d064e72e2731d604665a36f51261bae9bd80ac203027432a849c5f30e2dee 25d84cabc7bd87495cc05712d28396606f95d4056010e4cbc29c1ff50bbe1208 1639f99231e0e3d783fb792e5adbb96b21f8ef2da8a95874dfa762e1c9b8708b"
CHECKSUMS["0.18.0"]="62c27e182985a8b4eff2e77f63f69088ad1b3fb20fc4b39474cdbf0a9becb004 f8a74f8bc6e01b44a6bee577cecc67116a2c7011db81406349de731f361de13e f15d5e30c422818c85ebbfffe6bded3b495651b9472058f08fb6e3c43f5b5af2"
CHECKSUMS["0.19.0"]="3de81dc76a4de765f37f99acb06df8caae1d9ae7f0df8491ba6b8c5e8330e38d 3e8c19fb3aefd32e49185004631e99be32a73a0aec0695a5296f52e69434d0c3 51f51b6c6ceb50da6bd50fcd41a71df5179fa865e895ab384e39e07a320fb1fc"
# ADD CHECKSUMS HERE

BINARY_NAME="baml"
Expand Down Expand Up @@ -82,6 +83,7 @@ POSSIBLE_VERSIONS=(
"0.17.0"
"0.17.1"
"0.18.0"
"0.19.0"
# ADD VERSIONS HERE
)

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cli": "0.18.0",
"cli": "0.19.0",
"py_client": "0.19.0",
"ts_client": "0.0.7",
"version": "0.1.1"
Expand Down

0 comments on commit db8b8e2

Please sign in to comment.