summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoricasdri2017-07-03 10:40:33 -0700
committericasdri2017-07-03 10:40:33 -0700
commit1eb148b9f8cb1265ae3d06a28ce2861e443828d7 (patch)
tree9339b1280fb98c492f558ad5ac81060ca11a79ff /PKGBUILD
parentf1e417a0b40d7fdf5357b03a66d4448545c12d8d (diff)
downloadaur-1eb148b9f8cb1265ae3d06a28ce2861e443828d7.tar.gz
Update to 1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4dec935999e..47350513f386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=create-react-app
pkgname="nodejs-${_npmname}"
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc="Create React apps with no build configuration"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=('npm')
options=('!emptydirs')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=(${_npmname}-${pkgver}.tgz)
-sha384sums=('61e2d4bac8c4847b0d5f7b066907590d6f2adcbbedfe0abf54e44df58731c64cc451a8e3aa0a7aba7cfcc72514d90eea')
+sha384sums=('837803e95d68568ec7dce96f446efd701d9721ab82040ccd0d6e7f930b8ad15f5c82fa5edbcff1184bf83b8762b38ca6')
package() {
cd "$srcdir"