Skip to content

Commit

Permalink
Merge pull request #154902 from Porkepix/bump-zinit-3.12.1
Browse files Browse the repository at this point in the history
zinit 3.12.1
  • Loading branch information
BrewTestBot authored Nov 20, 2023
2 parents b7f1ab2 + 2774cae commit f27698b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/z/zinit.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
class Zinit < Formula
desc "Flexible and fast Zsh plugin manager"
homepage "https://zdharma-continuum.github.io/zinit/wiki/"
url "https://github.com/zdharma-continuum/zinit/archive/refs/tags/v3.12.0.tar.gz"
sha256 "ffa05360a150ef4745439d784338e5b17984851b86df4da125028db3a12b53b2"
url "https://github.com/zdharma-continuum/zinit/archive/refs/tags/v3.12.1.tar.gz"
sha256 "984a437aa8840158293bced470823855219e56620e05ffcfbc4831bba68e252e"
license "MIT"
head "https://github.com/zdharma-continuum/zinit.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d99e7800aa291676e5a74d0ed4f4e8ee77d3d8baa8492f34379368a3bff1743f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d99e7800aa291676e5a74d0ed4f4e8ee77d3d8baa8492f34379368a3bff1743f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d99e7800aa291676e5a74d0ed4f4e8ee77d3d8baa8492f34379368a3bff1743f"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "d99e7800aa291676e5a74d0ed4f4e8ee77d3d8baa8492f34379368a3bff1743f"
sha256 cellar: :any_skip_relocation, sonoma: "77cb19579625c9c29b0fc0bdb8ab6831f0adeaa941a56764e1679a43ee3763c8"
sha256 cellar: :any_skip_relocation, ventura: "77cb19579625c9c29b0fc0bdb8ab6831f0adeaa941a56764e1679a43ee3763c8"
sha256 cellar: :any_skip_relocation, monterey: "77cb19579625c9c29b0fc0bdb8ab6831f0adeaa941a56764e1679a43ee3763c8"
sha256 cellar: :any_skip_relocation, big_sur: "77cb19579625c9c29b0fc0bdb8ab6831f0adeaa941a56764e1679a43ee3763c8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d99e7800aa291676e5a74d0ed4f4e8ee77d3d8baa8492f34379368a3bff1743f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3555b20575dea025af44e4d0f0b528e65d1d0d7a70fe864c8c14ade6c413446d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3555b20575dea025af44e4d0f0b528e65d1d0d7a70fe864c8c14ade6c413446d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3555b20575dea025af44e4d0f0b528e65d1d0d7a70fe864c8c14ade6c413446d"
sha256 cellar: :any_skip_relocation, sonoma: "3eabf2f9418ae0b0ed6764d4abb6a0ee7d98e8329fd2b9726ee99562e75216f2"
sha256 cellar: :any_skip_relocation, ventura: "3eabf2f9418ae0b0ed6764d4abb6a0ee7d98e8329fd2b9726ee99562e75216f2"
sha256 cellar: :any_skip_relocation, monterey: "3eabf2f9418ae0b0ed6764d4abb6a0ee7d98e8329fd2b9726ee99562e75216f2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3555b20575dea025af44e4d0f0b528e65d1d0d7a70fe864c8c14ade6c413446d"
end

uses_from_macos "zsh"
Expand Down

0 comments on commit f27698b

Please sign in to comment.