babel-eslint-plugin v7.18.2

This commit is contained in:
Luzifer.io Jenkins 2022-05-25 09:34:14 +00:00
parent 2cad22bd26
commit ed51d7a2dc
2 changed files with 6 additions and 6 deletions

View File

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

View File

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