babel-eslint-plugin v7.22.11

This commit is contained in:
Luzifer.io Jenkins 2023-08-24 13:29:07 +00:00
parent d9626c3bfc
commit 9f36795a52
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.10
pkgver = 7.22.11
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.22.10.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz
sha256sums = f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb
noextract = eslint-parser-7.22.11.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz
sha256sums = f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f
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.10
pkgver=7.22.11
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=('f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb')
sha256sums=('f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f')
noextract=("eslint-parser-${pkgver}.tgz")
package() {