Skip to content

Commit

Permalink
php-uopz: support 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Nov 28, 2024
1 parent cd52d25 commit 88d0c28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Formula/php-uopz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ class PhpUopz < Formula
homepage "https://pecl.php.net/uopz"
url "https://pecl.php.net/get/uopz-7.1.1.tgz"
sha256 "50fa50a5340c76fe3495727637937eaf05cfe20bf93af19400ebf5e9d052ece3"
head "https://github.com/krakjoe/uopz.git"
head do
url "https://github.com/krakjoe/uopz.git"
patch do
url "https://patch-diff.githubusercontent.com/raw/krakjoe/uopz/pull/185.patch"

Check failure on line 9 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Patches: Use a commit hash URL rather than patch-diff: https://patch-diff.githubusercontent.com/raw/krakjoe/uopz/pull/185.patch

Check failure on line 9 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/Patches: Use a commit hash URL rather than patch-diff: https://patch-diff.githubusercontent.com/raw/krakjoe/uopz/pull/185.patch
sha256 "d93be7eb2495a35807a2f4468542d3d4295df5521159964a56b11b4a49418f9e"
end
end


Check failure on line 14 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/EmptyLines: Extra blank line detected.

Check failure on line 14 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/EmptyLines: Extra blank line detected.
bottle do

Check failure on line 15 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `bottle` (line 15) should be put before `head` (line 6)

Check failure on line 15 in Formula/php-uopz.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/ComponentsOrder: `bottle` (line 15) should be put before `head` (line 6)
root_url "https://github.com/SMillerDev/homebrew-tap/releases/download/php-uopz-7.1.1"
Expand Down

0 comments on commit 88d0c28

Please sign in to comment.