summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2021-07-03 10:04:27 +0000
committerGitHub Action2021-07-03 10:04:27 +0000
commit808eb5cecc3333af35d1d38cb1277110b7fb3792 (patch)
tree5de9c021e2c2aac13083db3b8d2317edad331ed9
parent1f8c7e6956a827ef062c36eee3f93e827aee6c4a (diff)
downloadaur-808eb5cecc3333af35d1d38cb1277110b7fb3792.tar.gz
Update from GitHub Actions: nodejs-mocha: update to 9.0.2-1
https://github.com/ouuan/AUR-packages/actions/runs/996080043
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 074f0cef819b..b0a8df8ebaa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-mocha
pkgdesc = Simple, flexible, fun JavaScript test framework for Node.js & The Browser
- pkgver = 9.0.1
- pkgrel = 2
+ pkgver = 9.0.2
+ pkgrel = 1
url = https://mochajs.org
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = mocha-9.0.1.tgz
- source = https://registry.npmjs.org/mocha/-/mocha-9.0.1.tgz
- sha256sums = a28e7f2f2e98c54b4ac567f800e98d29075e803072d312840a29e21335193572
+ noextract = mocha-9.0.2.tgz
+ source = https://registry.npmjs.org/mocha/-/mocha-9.0.2.tgz
+ sha256sums = f92dc00df960b82f99682dd55f4d11b1c6d487b45336004cdd39db8634e00dab
pkgname = nodejs-mocha
diff --git a/PKGBUILD b/PKGBUILD
index 2cca6061a2dd..3da87837bbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_npmname=mocha
pkgname=nodejs-mocha
-pkgver=9.0.1
-pkgrel=2
+pkgver=9.0.2
+pkgrel=1
pkgdesc="Simple, flexible, fun JavaScript test framework for Node.js & The Browser"
arch=(any)
url="https://mochajs.org"
@@ -16,7 +16,7 @@ depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('a28e7f2f2e98c54b4ac567f800e98d29075e803072d312840a29e21335193572')
+sha256sums=('f92dc00df960b82f99682dd55f4d11b1c6d487b45336004cdd39db8634e00dab')
package() {
cd "$srcdir"