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

php-8.3-tideways/5.16.0 package update #616

Merged
merged 1 commit into from
Dec 2, 2024
Merged
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
6 changes: 3 additions & 3 deletions php-8.3-tideways.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: php-8.3-tideways
version: 5.15.0
version: 5.16.0
epoch: 0
description: "Tideways PHP Probe"
copyright:
Expand All @@ -20,13 +20,13 @@ pipeline:
if: ${{build.arch}} == 'x86_64'
with:
uri: https://tideways.s3.amazonaws.com/extension/${{package.version}}/tideways-php-${{package.version}}-x86_64.tar.gz
expected-sha512: 6c047620127a777bdc478632b48481ab23abce07fe2894c8c6f1c380270d7ea4db343d0a4794ad5d9a9e37ca6be61c6d714b33acd59d07ccc1c5bbc5dd7cb5b2
expected-sha512: c53e5f512cf7410e687a47ed61d4263d14fe028ecbd147ae638a24dd62cabbca5707c1973d76bfc578974b8e7cb58c37faac81913c54330a932d659aef446fab

- uses: fetch
if: ${{build.arch}} == 'aarch64'
with:
uri: https://tideways.s3.amazonaws.com/extension/${{package.version}}/tideways-php-${{package.version}}-arm64.tar.gz
expected-sha512: c4bc0a19cb8e888c8b41e02111f43f2a447bfb96cfbfc5e2444c13912df19f55b0ac3c5bbd35595ca4bf38187d60acb600ef4f20793a202008943d4d9193a12f
expected-sha512: d270071fc7ca4da877f8b0c0e55d6d49f804404ae1521132fb6f962e01f8b73eecc75551cf14d601e2f079694c714b7d02f7b00742d2c93b0abe4f086d6bc2b7

- name: Copy
runs: |
Expand Down