From d9626c3bfcaf81e4c80c7b6515add61dec76c3c3 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Mon, 7 Aug 2023 17:29:06 +0000 Subject: [PATCH] babel-eslint-plugin v7.22.10 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7c3c130..b16dfa3 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.22.9 + pkgver = 7.22.10 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.22.9.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz - sha256sums = 059fd8568c24a105919e5fa90446798b34d752dc0ba8f03510e8714e7fde86d3 + noextract = eslint-parser-7.22.10.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz + sha256sums = f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index e751eb8..0dd6b6a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.22.9 +pkgver=7.22.10 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=('059fd8568c24a105919e5fa90446798b34d752dc0ba8f03510e8714e7fde86d3') +sha256sums=('f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb') noextract=("eslint-parser-${pkgver}.tgz") package() {