Github messages for voidlinux
 help / color / mirror / Atom feed
From: fnogcps <fnogcps@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] composer: update to 2.5.2.
Date: Mon, 06 Feb 2023 10:37:48 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42107@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is a new pull request by fnogcps against master on the void-packages repository

https://github.com/fnogcps/void-packages composer
https://github.com/void-linux/void-packages/pull/42107

composer: update to 2.5.2.
- composer: update to 2.5.2.
- composer8.0: update to 2.5.2.
- composer8.1: update to 2.5.2.

#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/42107.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-composer-42107.patch --]
[-- Type: text/x-diff, Size: 3482 bytes --]

From 6decdeca8239419bf3133c768ffec98d702be7c1 Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Mon, 6 Feb 2023 06:31:00 -0300
Subject: [PATCH 1/3] composer: update to 2.5.2.

---
 srcpkgs/composer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/composer/template b/srcpkgs/composer/template
index ff3a140d0343..6f3c1136ecc4 100644
--- a/srcpkgs/composer/template
+++ b/srcpkgs/composer/template
@@ -1,6 +1,6 @@
 # Template file for 'composer'
 pkgname=composer
-version=2.5.1
+version=2.5.2
 revision=1
 build_style=fetch
 depends="php"
@@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
 changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/main/LICENSE"
-checksum="f1b94fee11a5bd6a1aae5d77c8da269df27c705fcc806ebf4c8c2e6fa8645c20
+checksum="0844c3dd85bbfa039d33fbda58ae65a38a9f615fcba76948aed75bf94d7606ca
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

From 289b739e900ead8e23bab065ca2061e435aa4f59 Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Mon, 6 Feb 2023 06:31:10 -0300
Subject: [PATCH 2/3] composer8.0: update to 2.5.2.

---
 srcpkgs/composer8.0/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/composer8.0/template b/srcpkgs/composer8.0/template
index 090e2b4ec1f1..b57d602794b1 100644
--- a/srcpkgs/composer8.0/template
+++ b/srcpkgs/composer8.0/template
@@ -1,6 +1,6 @@
 # Template file for 'composer8.0'
 pkgname=composer8.0
-version=2.5.1
+version=2.5.2
 revision=1
 build_style=fetch
 depends="php8.0"
@@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
 changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/main/LICENSE"
-checksum="f1b94fee11a5bd6a1aae5d77c8da269df27c705fcc806ebf4c8c2e6fa8645c20
+checksum="0844c3dd85bbfa039d33fbda58ae65a38a9f615fcba76948aed75bf94d7606ca
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

From b92f6f930056aa18097f954b82906b9c65fd0c3a Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Mon, 6 Feb 2023 06:31:13 -0300
Subject: [PATCH 3/3] composer8.1: update to 2.5.2.

---
 srcpkgs/composer8.1/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/composer8.1/template b/srcpkgs/composer8.1/template
index 74adb052d633..e2e132292b75 100644
--- a/srcpkgs/composer8.1/template
+++ b/srcpkgs/composer8.1/template
@@ -1,6 +1,6 @@
 # Template file for 'composer8.1'
 pkgname=composer8.1
-version=2.5.1
+version=2.5.2
 revision=1
 build_style=fetch
 depends="php8.1"
@@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
 changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/main/LICENSE"
-checksum="f1b94fee11a5bd6a1aae5d77c8da269df27c705fcc806ebf4c8c2e6fa8645c20
+checksum="0844c3dd85bbfa039d33fbda58ae65a38a9f615fcba76948aed75bf94d7606ca
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

             reply	other threads:[~2023-02-06  9:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  9:37 fnogcps [this message]
2023-02-10 22:59 ` [PR REVIEW] " paper42
2023-02-13 11:50 ` [PR PATCH] [Updated] " fnogcps
2023-02-14 20:23 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42107@inbox.vuxu.org \
    --to=fnogcps@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).