mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
pnpm: update to 8.6.5, fix update-check
Closes: #44809 [via git-merge-pr]
This commit is contained in:
parent
71add7c232
commit
7ad1549728
2 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'pnpm'
|
# Template file for 'pnpm'
|
||||||
pkgname=pnpm
|
pkgname=pnpm
|
||||||
version=8.6.2
|
version=8.6.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
hostmakedepends="nodejs jq"
|
hostmakedepends="nodejs jq"
|
||||||
depends="nodejs"
|
depends="nodejs"
|
||||||
short_desc="Fast, disk space efficient package manager"
|
short_desc="Fast, disk space efficient package manager"
|
||||||
maintainer="reback00 <reback00@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pnpm.io/"
|
homepage="https://pnpm.io/"
|
||||||
distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
|
distfiles="https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz"
|
||||||
checksum=c6da9e00697e334b6193c034a5d1508e4c8605b12f249736b13f31139f4f0d73
|
checksum=91dd45b4762c73f58f354999867854fcbe7376235474d131080fe391f2eb5227
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
2
srcpkgs/pnpm/update
Normal file
2
srcpkgs/pnpm/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://github.com/pnpm/pnpm/tags
|
||||||
|
pattern='/tags/v\K[\d.]+(?=.tar.gz)'
|
Loading…
Add table
Reference in a new issue