babel-eslint-plugin v7.18.9

This commit is contained in:
Luzifer.io Jenkins 2022-07-18 09:34:15 +00:00
parent ed51d7a2dc
commit 0d12a24437
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
pkgbase = babel-eslint-plugin
pkgdesc = @babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint
pkgver = 7.18.2
pkgver = 7.18.9
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.18.2.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz
sha256sums = a2729b3a825471c1f1d90e05f2d8acb4b2e071934c7cebe0f86fb41c863bbbb1
noextract = eslint-parser-7.18.9.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz
sha256sums = 067cf512db0304b6c9a0e1f8b27b0e31b3fc8127258b5ccfe52ca2a48fe455bc
pkgname = babel-eslint-plugin

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=babel-eslint-plugin
pkgver=7.18.2
pkgver=7.18.9
pkgrel=1
pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint'
arch=('any')
@ -10,7 +10,7 @@ license=('MIT')
depends=('eslint')
makedepends=('npm')
source=("https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-${pkgver}.tgz")
sha256sums=('a2729b3a825471c1f1d90e05f2d8acb4b2e071934c7cebe0f86fb41c863bbbb1')
sha256sums=('067cf512db0304b6c9a0e1f8b27b0e31b3fc8127258b5ccfe52ca2a48fe455bc')
noextract=("eslint-parser-${pkgver}.tgz")
package() {