babel-eslint-plugin v7.22.9

This commit is contained in:
Luzifer.io Jenkins 2023-07-12 16:59:06 +00:00
parent 8ded848477
commit 34ddbf7d1b
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.22.7
pkgver = 7.22.9
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.22.7.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.7.tgz
sha256sums = 32f9d0bc28d89c38df7e05b951f675b7a2cdf6d7bd117cd37f56a6152f5bb3c0
noextract = eslint-parser-7.22.9.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz
sha256sums = 059fd8568c24a105919e5fa90446798b34d752dc0ba8f03510e8714e7fde86d3
pkgname = babel-eslint-plugin

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=babel-eslint-plugin
pkgver=7.22.7
pkgver=7.22.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=('32f9d0bc28d89c38df7e05b951f675b7a2cdf6d7bd117cd37f56a6152f5bb3c0')
sha256sums=('059fd8568c24a105919e5fa90446798b34d752dc0ba8f03510e8714e7fde86d3')
noextract=("eslint-parser-${pkgver}.tgz")
package() {