From 6fe1a1e95f7e52c123c5f1d34c9c33fefeedab0f Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 2 Oct 2024 15:29:10 +0000 Subject: [PATCH] babel-eslint-plugin v7.25.7 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8317c99..1f562f4 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.25.1 + pkgver = 7.25.7 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.25.1.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz - sha256sums = e808d29c42d59ce9afc5676e587356eabfbe7137decf2163e1f152c70a9f6247 + noextract = eslint-parser-7.25.7.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz + sha256sums = 54bcf8d6a892d5b210acdc319554e18c351176b63cf8e9024e939c7b0f115fd4 pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index eb6945c..5ce6196 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.25.1 +pkgver=7.25.7 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=('e808d29c42d59ce9afc5676e587356eabfbe7137decf2163e1f152c70a9f6247') +sha256sums=('54bcf8d6a892d5b210acdc319554e18c351176b63cf8e9024e939c7b0f115fd4') noextract=("eslint-parser-${pkgver}.tgz") package() {