babel-eslint-plugin v7.25.1

This commit is contained in:
Luzifer.io Jenkins 2024-07-28 19:59:09 +00:00
parent 2c6423bf88
commit dd66d43733
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.0
pkgver = 7.25.1
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.25.0.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.0.tgz
sha256sums = 5649c8d8ca16ef226eb19c7b8b0370c4dcf72b23b1734fe76c1d078c85de08a4
noextract = eslint-parser-7.25.1.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz
sha256sums = e808d29c42d59ce9afc5676e587356eabfbe7137decf2163e1f152c70a9f6247
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.0
pkgver=7.25.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=('5649c8d8ca16ef226eb19c7b8b0370c4dcf72b23b1734fe76c1d078c85de08a4')
sha256sums=('e808d29c42d59ce9afc5676e587356eabfbe7137decf2163e1f152c70a9f6247')
noextract=("eslint-parser-${pkgver}.tgz")
package() {