* [PR PATCH] pnpm: update to 9.1.0.
@ 2024-05-07 17:04 Bnyro
2024-05-14 17:21 ` cinerea0
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2024-05-07 17:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages pnpm
https://github.com/void-linux/void-packages/pull/50233
pnpm: update to 9.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/50233.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pnpm-50233.patch --]
[-- Type: text/x-diff, Size: 930 bytes --]
From 5b7f183a58aa82a83dd63cb27dd80b20e8d0c26f Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 7 May 2024 19:04:14 +0200
Subject: [PATCH] pnpm: update to 9.1.0.
---
srcpkgs/pnpm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/pnpm/template b/srcpkgs/pnpm/template
index bbbf5909b7bced..479fb072392fc4 100644
--- a/srcpkgs/pnpm/template
+++ b/srcpkgs/pnpm/template
@@ -1,6 +1,6 @@
# Template file for 'pnpm'
pkgname=pnpm
-version=9.0.5
+version=9.1.0
revision=1
build_style=fetch
hostmakedepends="nodejs jq"
@@ -10,7 +10,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://pnpm.io/"
distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
-checksum=61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9
+checksum=22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394
python_version=3
do_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pnpm: update to 9.1.0.
2024-05-07 17:04 [PR PATCH] pnpm: update to 9.1.0 Bnyro
@ 2024-05-14 17:21 ` cinerea0
2024-05-14 18:34 ` [PR PATCH] [Updated] " Bnyro
2024-05-14 19:26 ` [PR PATCH] [Merged]: pnpm: update to 9.1.1 cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-14 17:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/50233#issuecomment-2110753424
Comment:
Version 9.1.1 is now available.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] pnpm: update to 9.1.0.
2024-05-07 17:04 [PR PATCH] pnpm: update to 9.1.0 Bnyro
2024-05-14 17:21 ` cinerea0
@ 2024-05-14 18:34 ` Bnyro
2024-05-14 19:26 ` [PR PATCH] [Merged]: pnpm: update to 9.1.1 cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2024-05-14 18:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages pnpm
https://github.com/void-linux/void-packages/pull/50233
pnpm: update to 9.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/50233.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pnpm-50233.patch --]
[-- Type: text/x-diff, Size: 931 bytes --]
From 46fe8b08387d23c180672661c591337d942255db Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 14 May 2024 20:34:12 +0200
Subject: [PATCH] pnpm: update to 9.1.1.
---
srcpkgs/pnpm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/pnpm/template b/srcpkgs/pnpm/template
index bbbf5909b7bced..50833d4950d99c 100644
--- a/srcpkgs/pnpm/template
+++ b/srcpkgs/pnpm/template
@@ -1,6 +1,6 @@
# Template file for 'pnpm'
pkgname=pnpm
-version=9.0.5
+version=9.1.1
revision=1
build_style=fetch
hostmakedepends="nodejs jq"
@@ -10,7 +10,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://pnpm.io/"
distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
-checksum=61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9
+checksum=9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b
python_version=3
do_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: pnpm: update to 9.1.1.
2024-05-07 17:04 [PR PATCH] pnpm: update to 9.1.0 Bnyro
2024-05-14 17:21 ` cinerea0
2024-05-14 18:34 ` [PR PATCH] [Updated] " Bnyro
@ 2024-05-14 19:26 ` cinerea0
2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-14 19:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
There's a merged pull request on the void-packages repository
pnpm: update to 9.1.1.
https://github.com/void-linux/void-packages/pull/50233
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-14 19:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 17:04 [PR PATCH] pnpm: update to 9.1.0 Bnyro
2024-05-14 17:21 ` cinerea0
2024-05-14 18:34 ` [PR PATCH] [Updated] " Bnyro
2024-05-14 19:26 ` [PR PATCH] [Merged]: pnpm: update to 9.1.1 cinerea0
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).