From 3eaab803f03f5c7630179a4a9cdcc80f2072e6de Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Tue, 14 Mar 2023 15:04:10 +0000 Subject: [PATCH] babel-eslint-plugin v7.21.3 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d5bf8d6..3c5d910 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.19.1 + pkgver = 7.21.3 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.19.1.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz - sha256sums = f356f841a8656485cd580b013b321a2816430adb1be8ce605f65b3d5188a1437 + noextract = eslint-parser-7.21.3.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz + sha256sums = e59d0c593447546a598f96d8be30b1c6999a7ff098bea928f1e633d9ea8f49e3 pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index 6fdd45a..2ca1775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.19.1 +pkgver=7.21.3 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=('f356f841a8656485cd580b013b321a2816430adb1be8ce605f65b3d5188a1437') +sha256sums=('e59d0c593447546a598f96d8be30b1c6999a7ff098bea928f1e633d9ea8f49e3') noextract=("eslint-parser-${pkgver}.tgz") package() {