summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknight422017-09-05 16:25:23 +0800
committerknight422017-09-05 16:26:32 +0800
commitf252e10c9a508885cd1206271e6d9a91549ada15 (patch)
tree767135a9c32a2e1925bef10a67f2818b300f2042 /PKGBUILD
parent1eb148b9f8cb1265ae3d06a28ce2861e443828d7 (diff)
downloadaur-f252e10c9a508885cd1206271e6d9a91549ada15.tar.gz
Update to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47350513f386..6f8d9acf2b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: icasdri <icasdri at gmail dot com>
+# Collaborator: icasdri <icasdri at gmail dot com>
+# Maintainer: knight42 <anonymousknight96 at gmail dot com>
_npmname=create-react-app
pkgname="nodejs-${_npmname}"
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="Create React apps with no build configuration"
arch=(any)
@@ -13,7 +14,7 @@ makedepends=('npm')
options=('!emptydirs')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=(${_npmname}-${pkgver}.tgz)
-sha384sums=('837803e95d68568ec7dce96f446efd701d9721ab82040ccd0d6e7f930b8ad15f5c82fa5edbcff1184bf83b8762b38ca6')
+sha384sums=('8ce34a691e15eebf21771b313e67b5a149eb440e86106e21d07b6ba830520a04176b7bcea3b16b91439415f8d4d8a1f3')
package() {
cd "$srcdir"