Skip to content

Commit

Permalink
Merge pull request #166579 from Homebrew/bump-uvicorn-0.28.1
Browse files Browse the repository at this point in the history
uvicorn 0.28.1
  • Loading branch information
BrewTestBot authored Mar 19, 2024
2 parents 9b10a43 + 46faa0e commit 2e59d48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1872,3 +1872,4 @@ zpaqfranz
zsh-vi-mode
zstd
zydis
uvicorn
18 changes: 9 additions & 9 deletions Formula/u/uvicorn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ class Uvicorn < Formula

desc "ASGI web server"
homepage "https://www.uvicorn.org/"
url "https://files.pythonhosted.org/packages/3b/45/42cc810a7e6e1b7894b53f37c265614fbae1b76a6bede36bfe629736c8e2/uvicorn-0.28.0.tar.gz"
sha256 "cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"
url "https://files.pythonhosted.org/packages/62/25/7f0bfc9055284129bfd2977fb3460ac78aa4d127fd2b8391e7eb93002bef/uvicorn-0.28.1.tar.gz"
sha256 "08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"
license "BSD-3-Clause"
head "https://github.com/encode/uvicorn.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "c422726646b5d0b9db08805567903c5c9b63d12ce96f4c7c2a3a7f0cc1e0ebfd"
sha256 cellar: :any, arm64_ventura: "ac20675bb745e7ea61f6d6346c2f472d97cdbd19217b860b8c6bb26dd66a9fd5"
sha256 cellar: :any, arm64_monterey: "42cbe969a7093aa134cb3cc7c6d20a55a7a97b682d646f91fbdf9c55e5c292c9"
sha256 cellar: :any, sonoma: "86b9fc075d82b18a876230b7c273a0b49fb282b34edf7f581825760f5d7cb110"
sha256 cellar: :any, ventura: "b4c64a0d00763b5747f49557e15962034e3024bf3e9be2275ddf0aa0e5b4c6ec"
sha256 cellar: :any, monterey: "bc324598f19e0dfa24f979521f3d9035e99d6384122b1edd41fcc8fde4cffa4e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0c3d9c1febdfde83345743b4830cdd3b4f2d8763d47fd7249fbd2646583a0778"
sha256 cellar: :any, arm64_sonoma: "fd1ffb7507154b0772230bd9cef0f09ac0275d4d30a6c75c5b2e6a25151091c8"
sha256 cellar: :any, arm64_ventura: "db65315b17c81151d0a914fc2366d01c56761ccf44f98c29fc1c5fd98f7aee9a"
sha256 cellar: :any, arm64_monterey: "43bc5bded5d5205047608fea153e7e6c8c0dbf936e15cce6bb8182b1101b3364"
sha256 cellar: :any, sonoma: "4d53926445e80bd1a2b2a39a1da73b27bd55edcef0db2249a3e5638c29f460d4"
sha256 cellar: :any, ventura: "cfbf8625bd446b100e343b68de7ffbee919322b9894bf3749c4e5f4f1b2feea4"
sha256 cellar: :any, monterey: "6003c98f9552a7bc70fc3e57c5862475d22307fb51c5bf8314efb2a8386c66ed"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7c1c0166219c1a0bd555fd8341efe281191f71a5e1725cd2850778a0648a967"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 2e59d48

Please sign in to comment.