mirror of
https://github.com/luzifer-aur/babel-eslint-parser.git
synced 2024-11-09 11:10:00 +00:00
babel-eslint-plugin v7.24.6
This commit is contained in:
parent
717b25b2fa
commit
8f4a1ca307
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.24.5
|
||||
pkgver = 7.24.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/babel/babel
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = npm
|
||||
depends = eslint
|
||||
noextract = eslint-parser-7.24.5.tgz
|
||||
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz
|
||||
sha256sums = 81b886a21cbe3bc165086bbc96592e643f963b98229a9c9c1d641052ac15df4a
|
||||
noextract = eslint-parser-7.24.6.tgz
|
||||
source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz
|
||||
sha256sums = ff87819bfdfe5e1b0f8bc29da56646dd1e80a8b036e524fd730b8f82c8e19a60
|
||||
|
||||
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.24.5
|
||||
pkgver=7.24.6
|
||||
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=('81b886a21cbe3bc165086bbc96592e643f963b98229a9c9c1d641052ac15df4a')
|
||||
sha256sums=('ff87819bfdfe5e1b0f8bc29da56646dd1e80a8b036e524fd730b8f82c8e19a60')
|
||||
noextract=("eslint-parser-${pkgver}.tgz")
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue