summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Fresco2024-04-29 15:58:05 -0600
committerJohn Fresco2024-04-29 15:58:05 -0600
commit6ab8e430b8aba3ce08dd2e3ab80957ff32c08d15 (patch)
tree3a4c7bec4e0a8cd6071ad96e5be256cf7ca81d40 /PKGBUILD
parent2a825504a13cde18daa3d3a209d697997a4b89f8 (diff)
downloadaur-angular-cli.tar.gz
update to 17.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94bf347e6ac1..7ac25c4be3be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _npmname=cli
_npmid="@$_npmscope/$_npmname"
pkgname="$_npmscope-$_npmname"
-pkgver=17.3.5
+pkgver=17.3.6
pkgrel=1
pkgdesc="CLI tool for Angular"
arch=('any')
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$_npmid/-/$_npmname
noextract=("${source[@]%%::*}")
# we can easly find the sha1sum (instead of md5sum) as "shasum"
# curl -s "https://registry.npmjs.org/@angular/cli" | jq '.versions."9.0.3".dist.shasum'
-sha1sums=('f668db09d283d669e42f166b7c9cfc0a8298b0a3')
+sha1sums=('ceddb0b9aa950f265c3e48fc7f57fd9d6a48716b')
options=('!strip')
package() {