babel-eslint-plugin v7.24.1

This commit is contained in:
Luzifer.io Jenkins 2024-03-19 09:59:05 +00:00
parent c3015d2d72
commit 320d00efaa
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.23.10
pkgver = 7.24.1
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.23.10.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz
sha256sums = 473c3c7dd634918da1514c028c0b4b95e888f58fa2e5ab13b40d79eb33e9547b
noextract = eslint-parser-7.24.1.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz
sha256sums = b36e742419b307ee2746c4c47bbd2af50a050844230159ec14e721e89dbf7508
pkgname = babel-eslint-plugin

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=babel-eslint-plugin
pkgver=7.23.10
pkgver=7.24.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=('473c3c7dd634918da1514c028c0b4b95e888f58fa2e5ab13b40d79eb33e9547b')
sha256sums=('b36e742419b307ee2746c4c47bbd2af50a050844230159ec14e721e89dbf7508')
noextract=("eslint-parser-${pkgver}.tgz")
package() {