Skip to content
Open
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
15 changes: 9 additions & 6 deletions php-8.1-pecl-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.1-pecl-http
version: "4.3.1"
epoch: 3
epoch: 4
description: "Provides PHP ${{vars.phpMM}} HTTP module for PHP Extended HTTP Support- PECL"
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -36,10 +36,11 @@ environment:
- zlib-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/pecl_http-${{package.version}}.tgz
expected-sha256: 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263
repository: https://github.com/m6w6/ext-http
tag: v${{package.version}}
expected-commit: 705491493e8292a51687824e6ede98c9b7a20ba9

- uses: pecl/phpize

Expand All @@ -53,8 +54,10 @@ pipeline:

update:
enabled: true
release-monitor:
identifier: 371919
github:
identifier: m6w6/ext-http
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
9 changes: 5 additions & 4 deletions php-8.1-pecl-mcrypt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.1-pecl-mcrypt
version: "1.0.9"
epoch: 0
epoch: 1
description: "Provides PHP ${{vars.phpMM}} bindings for the unmaintained libmcrypt - PECL"
copyright:
- license: PHP-3.01
Expand Down Expand Up @@ -31,10 +31,11 @@ environment:
- php-${{vars.phpMM}}-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mcrypt-${{package.version}}.tgz
expected-sha512: 21eec7dd286016ef5e853e6004a87a9e5a01f641e848643b2202832e5daad54b2bc24389d724ea01f453c1a8da2109738f3dde173dfcabd5d014c722c4aedd0f
repository: https://github.com/php/pecl-encryption-mcrypt
tag: ${{package.version}}
expected-commit: ee7378051c1776414ee6a459d16942e3f9acdbfc

- name: phpize and configure
runs: |
Expand Down
15 changes: 9 additions & 6 deletions php-8.1-pecl-mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.1-pecl-mongodb
version: "2.1.4"
epoch: 0
epoch: 1
description: "PHP ${{vars.phpMM}} MongoDB driver - PECL"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -36,10 +36,13 @@ environment:
- zstd-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: af5ede6c0c13a168cb741aee1d503e13e13b1ca925cda2a155d6b50a51d35cfe832f4b7d266617c6a65d82d4507be0b109bdd4cf92939715b23ba6248b238236
repository: https://github.com/mongodb/mongo-php-driver
tag: ${{package.version}}
expected-commit: 307bbf2fff7836f10c3bc09dab2bef93e3669338

- runs: git submodule update --init

- name: phpize and configure
runs: |
Expand Down Expand Up @@ -80,5 +83,5 @@ test:

update:
enabled: true
release-monitor:
identifier: 11158
github:
identifier: mongodb/mongo-php-driver
15 changes: 9 additions & 6 deletions php-8.2-pecl-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.2-pecl-http
version: "4.3.1"
epoch: 2
epoch: 3
description: "Provides PHP ${{vars.phpMM}} HTTP module for PHP Extended HTTP Support- PECL"
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -35,10 +35,11 @@ environment:
- zlib-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/pecl_http-${{package.version}}.tgz
expected-sha256: 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263
repository: https://github.com/m6w6/ext-http
tag: v${{package.version}}
expected-commit: 705491493e8292a51687824e6ede98c9b7a20ba9

- uses: pecl/phpize

Expand All @@ -52,8 +53,10 @@ pipeline:

update:
enabled: true
release-monitor:
identifier: 371919
github:
identifier: m6w6/ext-http
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
9 changes: 5 additions & 4 deletions php-8.2-pecl-mcrypt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.2-pecl-mcrypt
version: "1.0.9"
epoch: 0
epoch: 1
description: "Provides PHP ${{vars.phpMM}} bindings for the unmaintained libmcrypt - PECL"
copyright:
- license: PHP-3.01
Expand Down Expand Up @@ -31,10 +31,11 @@ environment:
- php-${{vars.phpMM}}-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mcrypt-${{package.version}}.tgz
expected-sha512: 21eec7dd286016ef5e853e6004a87a9e5a01f641e848643b2202832e5daad54b2bc24389d724ea01f453c1a8da2109738f3dde173dfcabd5d014c722c4aedd0f
repository: https://github.com/php/pecl-encryption-mcrypt
tag: ${{package.version}}
expected-commit: ee7378051c1776414ee6a459d16942e3f9acdbfc

- name: phpize and configure
runs: |
Expand Down
15 changes: 9 additions & 6 deletions php-8.2-pecl-mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.2-pecl-mongodb
version: "2.1.4"
epoch: 0
epoch: 1
description: "PHP ${{vars.phpMM}} MongoDB driver - PECL"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -35,10 +35,13 @@ environment:
- zstd-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: af5ede6c0c13a168cb741aee1d503e13e13b1ca925cda2a155d6b50a51d35cfe832f4b7d266617c6a65d82d4507be0b109bdd4cf92939715b23ba6248b238236
repository: https://github.com/mongodb/mongo-php-driver
tag: ${{package.version}}
expected-commit: 307bbf2fff7836f10c3bc09dab2bef93e3669338

- runs: git submodule update --init

- name: phpize and configure
runs: |
Expand Down Expand Up @@ -79,5 +82,5 @@ test:

update:
enabled: true
release-monitor:
identifier: 11158
github:
identifier: mongodb/mongo-php-driver
15 changes: 9 additions & 6 deletions php-8.3-pecl-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.3-pecl-http
version: "4.3.1"
epoch: 2
epoch: 3
description: "Provides PHP ${{vars.phpMM}} HTTP module for PHP Extended HTTP Support- PECL"
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -35,10 +35,11 @@ environment:
- zlib-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/pecl_http-${{package.version}}.tgz
expected-sha256: 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263
repository: https://github.com/m6w6/ext-http
tag: v${{package.version}}
expected-commit: 705491493e8292a51687824e6ede98c9b7a20ba9

- uses: pecl/phpize

Expand All @@ -52,8 +53,10 @@ pipeline:

update:
enabled: true
release-monitor:
identifier: 371919
github:
identifier: m6w6/ext-http
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
9 changes: 5 additions & 4 deletions php-8.3-pecl-mcrypt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.3-pecl-mcrypt
version: "1.0.9"
epoch: 0
epoch: 1
description: "Provides PHP ${{vars.phpMM}} bindings for the unmaintained libmcrypt - PECL"
copyright:
- license: PHP-3.01
Expand Down Expand Up @@ -31,10 +31,11 @@ environment:
- php-${{vars.phpMM}}-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mcrypt-${{package.version}}.tgz
expected-sha512: 21eec7dd286016ef5e853e6004a87a9e5a01f641e848643b2202832e5daad54b2bc24389d724ea01f453c1a8da2109738f3dde173dfcabd5d014c722c4aedd0f
repository: https://github.com/php/pecl-encryption-mcrypt
tag: ${{package.version}}
expected-commit: ee7378051c1776414ee6a459d16942e3f9acdbfc

- name: phpize and configure
runs: |
Expand Down
15 changes: 9 additions & 6 deletions php-8.3-pecl-mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.3-pecl-mongodb
version: "2.1.4"
epoch: 0
epoch: 1
description: "PHP ${{vars.phpMM}} MongoDB driver - PECL"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -35,10 +35,13 @@ environment:
- zstd-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: af5ede6c0c13a168cb741aee1d503e13e13b1ca925cda2a155d6b50a51d35cfe832f4b7d266617c6a65d82d4507be0b109bdd4cf92939715b23ba6248b238236
repository: https://github.com/mongodb/mongo-php-driver
tag: ${{package.version}}
expected-commit: 307bbf2fff7836f10c3bc09dab2bef93e3669338

- runs: git submodule update --init

- name: phpize and configure
runs: |
Expand Down Expand Up @@ -79,5 +82,5 @@ test:

update:
enabled: true
release-monitor:
identifier: 11158
github:
identifier: mongodb/mongo-php-driver
15 changes: 9 additions & 6 deletions php-8.4-pecl-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.4-pecl-http
version: "4.3.1"
epoch: 2
epoch: 3
description: "Provides PHP ${{vars.phpMM}} HTTP module for PHP Extended HTTP Support- PECL"
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -35,10 +35,11 @@ environment:
- zlib-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/pecl_http-${{package.version}}.tgz
expected-sha256: 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263
repository: https://github.com/m6w6/ext-http
tag: v${{package.version}}
expected-commit: 705491493e8292a51687824e6ede98c9b7a20ba9

- uses: pecl/phpize

Expand All @@ -52,8 +53,10 @@ pipeline:

update:
enabled: true
release-monitor:
identifier: 371919
github:
identifier: m6w6/ext-http
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
15 changes: 9 additions & 6 deletions php-8.4-pecl-mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.4-pecl-mongodb
version: "2.1.4"
epoch: 0
epoch: 1
description: "PHP ${{vars.phpMM}} MongoDB driver - PECL"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -35,10 +35,13 @@ environment:
- zstd-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: af5ede6c0c13a168cb741aee1d503e13e13b1ca925cda2a155d6b50a51d35cfe832f4b7d266617c6a65d82d4507be0b109bdd4cf92939715b23ba6248b238236
repository: https://github.com/mongodb/mongo-php-driver
tag: ${{package.version}}
expected-commit: 307bbf2fff7836f10c3bc09dab2bef93e3669338

- runs: git submodule update --init

- name: phpize and configure
runs: |
Expand Down Expand Up @@ -79,5 +82,5 @@ test:

update:
enabled: true
release-monitor:
identifier: 11158
github:
identifier: mongodb/mongo-php-driver
15 changes: 9 additions & 6 deletions php-8.5-pecl-http.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: php-8.5-pecl-http
version: "4.3.1"
epoch: 1
epoch: 2
description: "Provides PHP ${{vars.phpMM}} HTTP module for PHP Extended HTTP Support- PECL"
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -35,10 +35,11 @@ environment:
- zlib-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/pecl_http-${{package.version}}.tgz
expected-sha256: 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263
repository: https://github.com/m6w6/ext-http
tag: v${{package.version}}
expected-commit: 705491493e8292a51687824e6ede98c9b7a20ba9

- uses: pecl/phpize

Expand All @@ -52,8 +53,10 @@ pipeline:

update:
enabled: true
release-monitor:
identifier: 371919
github:
identifier: m6w6/ext-http
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
Expand Down
Loading
Loading