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-relay/0.8.1 package update #528

Merged
merged 1 commit into from
Oct 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.3-relay.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: php-8.3-relay
version: 0.8.0
version: 0.8.1
epoch: 0
description: "Relay is a Redis™ client like PhpRedis and Predis, except two orders of magnitude faster"
copyright:
Expand All @@ -24,13 +24,13 @@ pipeline:
if: ${{build.arch}} == 'x86_64'
with:
uri: https://builds.r2.relay.so/v${{package.version}}/relay-v${{package.version}}-php8.3-debian-x86-64+libssl3.tar.gz
expected-sha512: 3e936d377b53bda56f9875c9b4d80aa7c01a7f23bd69963a8354ccc3670981f1c43a9d49ec65b2f97a45d5bd83a53a8815d817e108aea1587b8107d5dc2a81a4
expected-sha512: 2493731ac3789777b3369acb901dfdc69c3dfe3cce08d851343429cada5418adb024ddcff6ea2b432683eb32635993339c1ae44bac541153a552add12a7d5ab6

- uses: fetch
if: ${{build.arch}} == 'aarch64'
with:
uri: https://builds.r2.relay.so/v${{package.version}}/relay-v${{package.version}}-php8.3-debian-aarch64+libssl3.tar.gz
expected-sha512: aa4eee485c6bae8f047ef929d66e9b8d3246879f00342453deb9057a24390675fc012444c8209420e07b0d108f8d3f834aedac62b2956770cd6d6731e10e662f
expected-sha512: f4a0dd84f063886dcae9fbf525a106ca36cad6bfdd215a9b4720c24f601b40c86dc00927b890fa83e803a9ea02294d6bf35845200a8d3b43b4b00ad87a40da86

- name: Copy
runs: |
Expand Down