mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/pnpm: Updated for version 9.12.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f85e162a93
commit
abeb95d961
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pnpm
|
||||
VERSION=${VERSION:-9.12.2}
|
||||
VERSION=${VERSION:-9.12.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pnpm"
|
||||
VERSION="9.12.2"
|
||||
VERSION="9.12.3"
|
||||
HOMEPAGE="https://pnpm.io"
|
||||
DOWNLOAD="https://registry.npmjs.org/pnpm/-/pnpm-9.12.2.tgz"
|
||||
MD5SUM="6786cc3a33869cfaac61c81c9d67b0da"
|
||||
DOWNLOAD="https://registry.npmjs.org/pnpm/-/pnpm-9.12.3.tgz"
|
||||
MD5SUM="d67af3b080d0bac55f5f61f23f091fee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs"
|
||||
|
|
Loading…
Reference in a new issue