diff --git a/pnpm/lure.sh b/pnpm/lure.sh index df00015..fb33076 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -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() {