This commit is contained in:
Евгений Храмов 2024-04-20 12:22:31 +03:00
parent 00f67fc728
commit 381a4ea84e

@ -1,5 +1,5 @@
name='pnpm'
version='8.15.7'
version='9.0.4'
release='2'
desc='Fast, disk space efficient package manager'
homepage='https://pnpm.io'
@ -9,7 +9,7 @@ license=('MIT')
provides=('pnpm')
conflicts=('pnpm' 'pnpm-git')
source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?~archive=false")
source=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64?~archive=false")
checksum=('SKIP')
build() {