Skip to content

Commit

Permalink
Merge pull request #182755 from Homebrew/bump-zoro-20240828
Browse files Browse the repository at this point in the history
zoro 20240828
  • Loading branch information
BrewTestBot authored Aug 28, 2024
2 parents 0d4ecca + 359741e commit 5ec6884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,7 @@ znapzend
znc
zola
zookeeper
zoro
zoxide
zpaqfranz
zsh-vi-mode
Expand Down
21 changes: 9 additions & 12 deletions Formula/z/zoro.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
class Zoro < Formula
desc "Expose local server to external network"
homepage "https://github.com/txthinking/zoro"
url "https://github.com/txthinking/zoro/archive/refs/tags/v20211230.tar.gz"
sha256 "5e78704f4d955cc4fd6dcc3395392e52516f00296cb65454f6959d4b7b54e319"
url "https://github.com/txthinking/zoro/archive/refs/tags/v20240828.tar.gz"
sha256 "8b41550a1d42fa2c0a67d7115978efff126ab6fff30d774ce902febd0b682c5c"
license "GPL-3.0-only"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ba9f1e820f967967a39bab78570b7333145778a649e7cd67c9511319c103354"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1494b28b437b7a43938455261dd3ec5f118d9f45ef85124893da72b948f57413"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a527ad3a8feeb3f659d75f0146843339e4377a63a72cd14e987c77bbebd3647"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "62e51e52666b734d3ab5bf05d39f2af1fa5bc657cc96c5c34e25fcddc2e0689c"
sha256 cellar: :any_skip_relocation, sonoma: "0d565b6eda34b72e553a193aba9ae0f608105350177abdf5e3e16df9f378e14d"
sha256 cellar: :any_skip_relocation, ventura: "8f4b199fb8f35aaac204ae34d44c0df3d596b982d2adc50d2b3799b418bad6ef"
sha256 cellar: :any_skip_relocation, monterey: "93d7641309e5826897e9407ed9f528240c68a22d7a8f0ac272321078718477fa"
sha256 cellar: :any_skip_relocation, big_sur: "edbb86277a41769277b24643ec1b19652ab615b40d0760023477530a928535e0"
sha256 cellar: :any_skip_relocation, catalina: "b018bcf6de41f3323380fe85ba6181e26540c61a46b9faa28a3fd845e04855a8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e5c2f190710ef2be7b10d20f89d3db1cecdad89ed9fc40e3de57e0aebdcad01"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df2261266bc3c20e94bf8ccf0611f1b23bc08caf4310dc9c7d1045549bc03dda"
sha256 cellar: :any_skip_relocation, arm64_ventura: "df2261266bc3c20e94bf8ccf0611f1b23bc08caf4310dc9c7d1045549bc03dda"
sha256 cellar: :any_skip_relocation, arm64_monterey: "df2261266bc3c20e94bf8ccf0611f1b23bc08caf4310dc9c7d1045549bc03dda"
sha256 cellar: :any_skip_relocation, sonoma: "b5cfca2c2aec505f459401d026a5a3d38ad66e772c0470f626215719480a4b6d"
sha256 cellar: :any_skip_relocation, ventura: "b5cfca2c2aec505f459401d026a5a3d38ad66e772c0470f626215719480a4b6d"
sha256 cellar: :any_skip_relocation, monterey: "b5cfca2c2aec505f459401d026a5a3d38ad66e772c0470f626215719480a4b6d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd81e60c2c5cd3b30aaa7f8dc372f435a73ff8cb765f77a04c0fb9fc0c3874ec"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5ec6884

Please sign in to comment.