upgpkg(angular-cli): 16.1.0

This commit is contained in:
MedzikUserBot 2023-06-13 17:16:57 +00:00
parent f1154909d3
commit 02d8e24e8a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
_npmname='@angular/cli'
pkgname='angular-cli'
pkgver="16.0.6"
pkgver="16.1.0"
pkgrel=1
pkgdesc='CLI tool for Angular'
arch=('any')
@ -12,7 +12,7 @@ makedepends=('npm')
_file="cli-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_npmname}/-/${_file}")
noextract=("${_file}")
sha256sums=('3de67618553fd56ef2fd6c7210695263a21cc2fbfc4e454feb8195c60ae273c4')
sha256sums=('266d8df7332a1a75e29dcfe7d4db68a99679744563ddab6483554408c3721f93')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"