Skip to content

Commit

Permalink
Merge pull request #192024 from Homebrew/chenrui333/dispatch/pickle/1…
Browse files Browse the repository at this point in the history
…1058553818

pickle: update 0.7.11 bottle.
  • Loading branch information
BrewTestBot authored Sep 26, 2024
2 parents db8607a + 3f3e44f commit 9547622
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions Formula/p/pickle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ class Pickle < Formula
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2fd589bd9d5b78d0320266d1f6001e30e4ca6b9b1e84021d5d9091e066490af"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d4f920dd057755ffe7ffeda8c69132b8eef968197f8afc6d6cb2c635b0ced65d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d9f2e503ecd0cb0ffbb7297c91ade88e59fae31c5d9f898f0733e57b86c72020"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "d9f2e503ecd0cb0ffbb7297c91ade88e59fae31c5d9f898f0733e57b86c72020"
sha256 cellar: :any_skip_relocation, sonoma: "726f7057581fa4ec0bb607e09ae69c606dcfe9a10a013f95ced20b8da9fa445c"
sha256 cellar: :any_skip_relocation, ventura: "54396906b51eee78fa431988387356533e61a69629388aee1a2a534df1776fe4"
sha256 cellar: :any_skip_relocation, monterey: "bcb061bd3996f49e3b6ee1848677a1fb1858cd126c810f22bd82dbfe3518b59c"
sha256 cellar: :any_skip_relocation, big_sur: "bcb061bd3996f49e3b6ee1848677a1fb1858cd126c810f22bd82dbfe3518b59c"
sha256 cellar: :any_skip_relocation, catalina: "bcb061bd3996f49e3b6ee1848677a1fb1858cd126c810f22bd82dbfe3518b59c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9f2e503ecd0cb0ffbb7297c91ade88e59fae31c5d9f898f0733e57b86c72020"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430"
sha256 cellar: :any_skip_relocation, sonoma: "91002e34b82efb2b8514339bfc45b0d0a0455dc8ba05c1ccd30fef75841914f7"
sha256 cellar: :any_skip_relocation, ventura: "91002e34b82efb2b8514339bfc45b0d0a0455dc8ba05c1ccd30fef75841914f7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f639f368ae43bb57ae421bbd3426bab6edc063da8f7ec66f53344c104073f430"
end

depends_on "php"
Expand Down

0 comments on commit 9547622

Please sign in to comment.