summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoricasdri2016-12-11 13:48:31 -0500
committericasdri2016-12-11 13:48:31 -0500
commit5161085705207092908bff05dba9ccaa062483c0 (patch)
tree0ee0cf071ae3cf3bb197954f31d8d36b95356105 /PKGBUILD
parent939a414fced44e189a0de534f996a6329de6e922 (diff)
downloadaur-5161085705207092908bff05dba9ccaa062483c0.tar.gz
Bump version to 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bb87d80a6ca..05f3c6e1f1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_npmname=mathjs
pkgname=nodejs-mathjs
-pkgver=3.6.0
-pkgrel=3
+pkgver=3.8.0
+pkgrel=1
pkgdesc="An extensive math library for JS which also includes a powerful CLI interface"
arch=(any)
url="https://www.npmjs.com/package/${_npmname}"
@@ -13,7 +13,7 @@ makedepends=('npm')
options=('!emptydirs')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=(${_npmname}-${pkgver}.tgz)
-sha384sums=('8ae391946b009a584dff4f6ff28c5c3d9870181a87a3c72d8d444f77cb6d6f4d5a7875b1fde5d06067f5934eace76978')
+sha384sums=('6d4e303af1cfa266239eec900cfa3cce28c3cc8c477794d34d16f883f957a6591d93463ca1bcf0e0a5f6966075090bbb')
package() {
cd "$srcdir"