Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by create-pull-request action #884

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/vsh-php56.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp56 < Formula
version "5.6.40"
sha256 "62708d8f19bf4d7539587a046c4c92a428d7787391682bcd71bec1bf2b0edfdb"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php70.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp70 < Formula
version "7.0.33"
sha256 "a40f969f584fb35b1caf1d2f5c45dfceee92f7e9d8e61b26b806f7537c5c645b"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php71.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp71 < Formula
version "7.1.33"
sha256 "427832fcc52d9f81d7a22aff4c6fdbc18e295a4af16b4d4bac81f044204e6649"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php72.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp72 < Formula
version "7.2.34"
sha256 "12bb8a43bf63952c05b2c4186f4534cccdb78a4f62f769789c776fdd6f506ef6"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php73.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp73 < Formula
version "7.3.33"
sha256 "4924cb54e5ecd0c84a6fe723f5eb05141cad9cd210abee42a1dab564867c9cc8"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php74.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp74 < Formula
version "7.4.33"
sha256 "69d0995fd377caa204372d28420463ed5dffd35cdc6013fa33ee41b8fcc4cfb2"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php80.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp80 < Formula
version "8.0.30"
sha256 "ea4a8d291f031921fafddd4878d12db1329391d9e8450ccb96aebb823a230aae"
license "PHP-3.01"
revision 502
revision 503

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php81.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp81 < Formula
mirror "https://fossies.org/linux/www/php-8.1.30.tar.xz"
sha256 "f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1"
license "PHP-3.01"
revision 12
revision 13

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php82.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VshPhp82 < Formula
mirror "https://fossies.org/linux/www/php-8.2.25.tar.xz"
sha256 "330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9"
license "PHP-3.01"
revision 12
revision 13

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
2 changes: 1 addition & 1 deletion Formula/vsh-php83.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class VshPhp83 < Formula
mirror "https://fossies.org/linux/www/php-8.3.13.tar.xz"
sha256 "89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018"
license "PHP-3.01"
revision 12
revision 13

bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
Expand Down
Loading