Skip to content

Commit

Permalink
Merge pull request #127354 from p-linnane/bump-zinit-3.10.0
Browse files Browse the repository at this point in the history
zinit 3.10.0
  • Loading branch information
BrewTestBot authored Apr 2, 2023
2 parents 100f39f + f6bd97c commit 4898839
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/zinit.rb
Original file line number Diff line number Diff line change
@@ -1,19 +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.9.0.tar.gz"
sha256 "f8c01adabd02dd8d67300b7156f39ed3ad56e051bdd9e76fff74eb0e74983862"
url "https://github.com/zdharma-continuum/zinit/archive/refs/tags/v3.10.0.tar.gz"
sha256 "2d3b6a742fac9d78a4c9c084837338c9dde4214f7e050a261bd8a64afc08a81c"
license "MIT"
head "https://github.com/zdharma-continuum/zinit.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "a719197b0d944091ea093b9ee3f9930d82fbb09e4b486d8ae7dce735b45e98d0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a719197b0d944091ea093b9ee3f9930d82fbb09e4b486d8ae7dce735b45e98d0"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a719197b0d944091ea093b9ee3f9930d82fbb09e4b486d8ae7dce735b45e98d0"
sha256 cellar: :any_skip_relocation, ventura: "ac87654064b80b0e36d004ff2ebccc72e9078509273ebe14bb81bf6061696092"
sha256 cellar: :any_skip_relocation, monterey: "ac87654064b80b0e36d004ff2ebccc72e9078509273ebe14bb81bf6061696092"
sha256 cellar: :any_skip_relocation, big_sur: "ac87654064b80b0e36d004ff2ebccc72e9078509273ebe14bb81bf6061696092"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a719197b0d944091ea093b9ee3f9930d82fbb09e4b486d8ae7dce735b45e98d0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9f3680c8222c88b4dc8497acbfb373e546c07ebaee77dad10ca5ed8a45f149ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9f3680c8222c88b4dc8497acbfb373e546c07ebaee77dad10ca5ed8a45f149ce"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "9f3680c8222c88b4dc8497acbfb373e546c07ebaee77dad10ca5ed8a45f149ce"
sha256 cellar: :any_skip_relocation, ventura: "b13c70a2e5d04306b425bc9f4d72380c5a048a3429174eba579403f2f5260267"
sha256 cellar: :any_skip_relocation, monterey: "b13c70a2e5d04306b425bc9f4d72380c5a048a3429174eba579403f2f5260267"
sha256 cellar: :any_skip_relocation, big_sur: "b13c70a2e5d04306b425bc9f4d72380c5a048a3429174eba579403f2f5260267"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f3680c8222c88b4dc8497acbfb373e546c07ebaee77dad10ca5ed8a45f149ce"
end

uses_from_macos "zsh"
Expand Down

0 comments on commit 4898839

Please # to comment.