babel-eslint-plugin v7.19.1

This commit is contained in:
Luzifer.io Jenkins 2022-09-14 15:34:11 +00:00
parent 0d12a24437
commit e2330c2de1
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.9
pkgver = 7.19.1
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.18.9.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz
sha256sums = 067cf512db0304b6c9a0e1f8b27b0e31b3fc8127258b5ccfe52ca2a48fe455bc
noextract = eslint-parser-7.19.1.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz
sha256sums = f356f841a8656485cd580b013b321a2816430adb1be8ce605f65b3d5188a1437
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.9
pkgver=7.19.1
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=('067cf512db0304b6c9a0e1f8b27b0e31b3fc8127258b5ccfe52ca2a48fe455bc')
sha256sums=('f356f841a8656485cd580b013b321a2816430adb1be8ce605f65b3d5188a1437')
noextract=("eslint-parser-${pkgver}.tgz")
package() {