Skip to content

Commit

Permalink
Merge pull request #192935 from Homebrew/bump-batt-0.3.0
Browse files Browse the repository at this point in the history
batt 0.3.0
  • Loading branch information
BrewTestBot authored Oct 6, 2024
2 parents 64e89a7 + bd84851 commit d1484cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ bat
bat-extras
batik
bats-core
batt
bazarr
bazel
bazel-diff
Expand Down
11 changes: 5 additions & 6 deletions Formula/b/batt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ class Batt < Formula
desc "Control and limit battery charging on Apple Silicon MacBooks"
homepage "https://github.com/charlie0129/batt"
url "https://github.com/charlie0129/batt.git",
tag: "v0.2.1",
revision: "90df4aaefb930ab05a6763c96866e8db0faf698e"
tag: "v0.3.0",
revision: "1b3c26035f0d60e2f0c62b901f2ffed9428fb3e7"
license "GPL-2.0-only"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2fde3fc0b69186ba42346515ae574c9fc71e721ae36be9186a6b5a9b0a332507"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9aea7e73d8f35fecb4538915741bc9338d0e076d07d68882137cd2f895acca57"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab9b98798b385d490d20244727705067cbb98a2245f2a9edd00179f6615ca30b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fe4b87bb7e401deed1cc4db56a40d36f79f1b41bfbf44628805517eb112ff11c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e46e909a49f8575cd256f9463309fa6dec034b10f91d331c7c190ebe0b65f840"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d77617cc54fecaf0fe7dd999c7f8e63e6308e285dfcc943bfa626b5dc060de6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f293f52c6e6cd08d3843e5529396b86a473002d248a87c3c9cb3191604ecf8a"
end

depends_on "go" => :build
Expand Down

0 comments on commit d1484cc

Please sign in to comment.