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.2-tideways/5.12.0 package update #451

Merged
merged 1 commit into from
Sep 25, 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.2-tideways.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: php-8.2-tideways
version: 5.11.0
version: 5.12.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: 611764d8003a1481a938c507a2b564a3c573bc2cd65f93be6e8bd3628fbef17b1db8edab321072ecf423ea9ed5a4ba7961c3d10b5bebd69180e8545d47462ce1
expected-sha512: 8cd1bfb38a4193effa40705316dc1aba664653d894e830552cd0a103e1a2b12d2da975c9a85e571279a7851e940f2660d5bdf0830565257120c0f9f3fe94d164

- 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: 91ab02985f5477426ff3636f19722a332fdb1637a08071b0a9d3b7ff3eeadd6f489ec90ec3e46f56c65cf01a60ddad97db0f160cfc2c0408dffe0f5d358bd989
expected-sha512: 1d428518f6de209367bb04c24eb7fc06c1fcf91f94e6a0a4c5dee8a974b2460ea443d1b85d54ca7f735c0df3d70a0cab62a83733cf841ed305c66ea7ee2a315e

- name: Copy
runs: |
Expand Down