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

pnpm: update to 8.6.5, fix update-check #44809

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions srcpkgs/pnpm/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pnpm'
pkgname=pnpm
version=8.6.2
version=8.6.5
revision=1
build_style=fetch
hostmakedepends="nodejs jq"
Expand All @@ -10,7 +10,7 @@ maintainer="reback00 <reback00@protonmail.com>"
license="MIT"
homepage="https://pnpm.io/"
distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
checksum=c6da9e00697e334b6193c034a5d1508e4c8605b12f249736b13f31139f4f0d73
checksum=91dd45b4762c73f58f354999867854fcbe7376235474d131080fe391f2eb5227
python_version=3

do_install() {
Expand Down
2 changes: 2 additions & 0 deletions srcpkgs/pnpm/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site=https://github.com/pnpm/pnpm/tags
pattern='/tags/v\K[\d.]+(?=.tar.gz)'