mirror of
https://github.com/luzifer-aur/babel-eslint-parser.git
synced 2024-11-09 19:20:01 +00:00
babel-eslint-plugin v7.24.8
This commit is contained in:
parent
14929acaea
commit
162a78b333
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = babel-eslint-plugin
|
pkgbase = babel-eslint-plugin
|
||||||
pkgdesc = @babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint
|
pkgdesc = @babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint
|
||||||
pkgver = 7.24.7
|
pkgver = 7.24.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/babel/babel
|
url = https://github.com/babel/babel
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = eslint
|
depends = eslint
|
||||||
noextract = eslint-parser-7.24.7.tgz
|
noextract = eslint-parser-7.24.8.tgz
|
||||||
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz
|
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz
|
||||||
sha256sums = c6b3f6e404476ff7444056a6af2a1c5991d8fecd8e1f2a03d21817ce5178f3b3
|
sha256sums = 91ce41e9aab2ab09982048eb51939b31302b0cc5f531078c3dc527ab61d3ce1f
|
||||||
|
|
||||||
pkgname = babel-eslint-plugin
|
pkgname = babel-eslint-plugin
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=babel-eslint-plugin
|
pkgname=babel-eslint-plugin
|
||||||
pkgver=7.24.7
|
pkgver=7.24.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint'
|
pkgdesc='@babel/eslint-parser allows you to lint ALL valid Babel code with the fantastic ESLint'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
||||||
depends=('eslint')
|
depends=('eslint')
|
||||||
makedepends=('npm')
|
makedepends=('npm')
|
||||||
source=("https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-${pkgver}.tgz")
|
source=("https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-${pkgver}.tgz")
|
||||||
sha256sums=('c6b3f6e404476ff7444056a6af2a1c5991d8fecd8e1f2a03d21817ce5178f3b3')
|
sha256sums=('91ce41e9aab2ab09982048eb51939b31302b0cc5f531078c3dc527ab61d3ce1f')
|
||||||
noextract=("eslint-parser-${pkgver}.tgz")
|
noextract=("eslint-parser-${pkgver}.tgz")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue