babel-eslint-plugin v7.25.9

This commit is contained in:
Luzifer.io Jenkins 2024-10-22 15:29:09 +00:00
parent 46eae201f8
commit 4b2fd423c5
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.25.8
pkgver = 7.25.9
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.25.8.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz
sha256sums = b3e54660e938dfc76b8fd284b05080f07a140151466c7b4293dfb807dbe6de9f
noextract = eslint-parser-7.25.9.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz
sha256sums = ff36b9fb2daaf23e75acb9b173df6d5727161d44a952465f500f4c958ac232cf
pkgname = babel-eslint-plugin

View file

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