Skip to content

Commit

Permalink
nodejs-mocha: update to 11.0.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Dec 9, 2024
1 parent bbe4dd9 commit 93d2844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs-mocha/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_npmname=mocha
pkgname=nodejs-mocha
pkgver=11.0.1
pkgver=11.0.2
pkgrel=1
pkgdesc="Simple, flexible, fun JavaScript test framework for Node.js & The Browser"
arch=(any)
Expand All @@ -16,7 +16,7 @@ depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
sha256sums=('691cbb48d58b88eb367e8c4e06bfc9eb0b6952e4a4c4a805ba3b2590012fac0d')
sha256sums=('ea9c1fc64ed5d4965867a0d25c3e067b6ac22dd795ee7df7f2380c5fc45dc93e')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 93d2844

Please sign in to comment.