From 6d602b13d88912b4706cce67bf2b6ba5e831d540 Mon Sep 17 00:00:00 2001
From: "Luzifer.io Jenkins" <jenkins@luzifer.io>
Date: Tue, 11 Mar 2025 17:59:09 +0000
Subject: [PATCH] babel-eslint-plugin v7.26.10

---
 .SRCINFO | 8 ++++----
 PKGBUILD | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 9b3b97c..9d343d6 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.26.8
+	pkgver = 7.26.10
 	pkgrel = 1
 	url = https://github.com/babel/babel
 	arch = any
 	license = MIT
 	makedepends = npm
 	depends = eslint
-	noextract = eslint-parser-7.26.8.tgz
-	source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz
-	sha256sums = 654c4922c73ee4d5cca481f917d8321ca6ea876f3cfb88c086b392743eacd4bf
+	noextract = eslint-parser-7.26.10.tgz
+	source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.10.tgz
+	sha256sums = 9989ba2d5c7aee4168520fba10e1c78e9ab00ed3775cbc7610448d9e1d41d5f9
 
 pkgname = babel-eslint-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 3d2be6b..eaf2eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Knut Ahlers <knut at ahlers dot me>
 
 pkgname=babel-eslint-plugin
-pkgver=7.26.8
+pkgver=7.26.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=('654c4922c73ee4d5cca481f917d8321ca6ea876f3cfb88c086b392743eacd4bf')
+sha256sums=('9989ba2d5c7aee4168520fba10e1c78e9ab00ed3775cbc7610448d9e1d41d5f9')
 noextract=("eslint-parser-${pkgver}.tgz")
 
 package() {