babel-eslint-plugin v7.16.5

This commit is contained in:
Luzifer.io Jenkins 2021-12-13 22:34:10 +00:00
parent 8282bfc046
commit 1afffba427
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.16.3
pkgver = 7.16.5
pkgrel = 1
url = https://github.com/babel/babel
arch = any
license = MIT
makedepends = npm
depends = eslint
noextract = eslint-parser-7.16.3.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz
sha256sums = adcfa77797fd2a96598ae8f2f320ef88e36ea719e8b540fab56809551d3130c2
noextract = eslint-parser-7.16.5.tgz
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz
sha256sums = cb1275d9d9b3c02f7daf628d87222a16783e1f0ed78f7e1a57c2de5a53977b05
pkgname = babel-eslint-plugin

View File

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