upgpkg: 'angular-cli' to '14.0.2'

This commit is contained in:
MedzikUserBot 2022-06-15 11:15:50 +00:00
parent 4c8f467462
commit 4fda7a0caf
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
_npmname='@angular/cli'
pkgname='angular-cli'
pkgver="14.0.1"
pkgrel=2
pkgver="14.0.2"
pkgrel=1
pkgdesc='CLI tool for Angular'
arch=('any')
url="https://www.npmjs.com/package/${_npmname}"
@ -12,7 +12,7 @@ makedepends=('npm')
_file="cli-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_npmname}/-/${_file}")
noextract=("${_file}")
sha256sums=('5de1fd1422cd2a47a6ff6eb5d195fea90bfae368cc73921aa1593a4d751557b8')
sha256sums=('279636f3ec4767d413fe79a220e6a88a6d1fc90d11b857b7b811c20b40e9d709')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"