mirror of
https://github.com/luzifer-aur/babel-eslint-parser.git
synced 2024-11-09 11:10:00 +00:00
babel-eslint-plugin v7.17.0
This commit is contained in:
parent
1afffba427
commit
2cad22bd26
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -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.5
|
||||
pkgver = 7.17.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/babel/babel
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = npm
|
||||
depends = eslint
|
||||
noextract = eslint-parser-7.16.5.tgz
|
||||
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz
|
||||
sha256sums = cb1275d9d9b3c02f7daf628d87222a16783e1f0ed78f7e1a57c2de5a53977b05
|
||||
noextract = eslint-parser-7.17.0.tgz
|
||||
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz
|
||||
sha256sums = 53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453
|
||||
|
||||
pkgname = babel-eslint-plugin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
|
||||
pkgname=babel-eslint-plugin
|
||||
pkgver=7.16.5
|
||||
pkgver=7.17.0
|
||||
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=('cb1275d9d9b3c02f7daf628d87222a16783e1f0ed78f7e1a57c2de5a53977b05')
|
||||
sha256sums=('53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453')
|
||||
noextract=("eslint-parser-${pkgver}.tgz")
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue