From ed51d7a2dcebcbf7cba7e0c07ec6529ee0627bbe Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 25 May 2022 09:34:14 +0000 Subject: [PATCH] babel-eslint-plugin v7.18.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2efd0fd..88a1751 100644 --- a/.SRCINFO +++ b/.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.17.0 + pkgver = 7.18.2 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.17.0.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz - sha256sums = 53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453 + noextract = eslint-parser-7.18.2.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz + sha256sums = a2729b3a825471c1f1d90e05f2d8acb4b2e071934c7cebe0f86fb41c863bbbb1 pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index 7ff8f44..a12e95b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.17.0 +pkgver=7.18.2 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=('53668e559d0af8328d888f66731f50d8bc4e86e9fc2b943fe93c3f8261b93453') +sha256sums=('a2729b3a825471c1f1d90e05f2d8acb4b2e071934c7cebe0f86fb41c863bbbb1') noextract=("eslint-parser-${pkgver}.tgz") package() {