summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d444c1b84c8..30e82be24555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer Cookie Engineer <cookiengineer@protonmail.ch>
_npmname=mdncomp
-_npmver=2.4.2
+_npmver=2.5.0
pkgname=nodejs-mdncomp # All lowercase
-pkgver=2.4.2
+pkgver=2.5.0
pkgrel=1
pkgdesc="MDN Browser Compatibility Data (BCD) on the command line"
arch=(any)
@@ -12,7 +12,7 @@ license=( "MIT" )
depends=('nodejs')
options=('!emptydirs')
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
-sha256sums=('1a64d5edb724cd6eccf3bea9f9869cd5cdb89221bd88591aeafcf790d0dfa1b2')
+sha256sums=('50f03a52e4254a17de7aa6f81d9bd0a0f56bad7c6475cab7a524897c3e958718')
noextract=($_npmname-$_npmver.tgz)
package() {