From 5ee524ac73000f8c1adb970ac37b7f34978f3346 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Mon, 4 Sep 2023 12:29:06 +0000 Subject: [PATCH] babel-eslint-plugin v7.22.15 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 61fe218..0abb174 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.11 + pkgver = 7.22.15 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.22.11.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz - sha256sums = f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f + noextract = eslint-parser-7.22.15.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz + sha256sums = 92f5266f8b77814d06831d426072648584a773554ed8b26ea6442f9b5978171c pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index b658182..1a21dc7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.22.11 +pkgver=7.22.15 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=('f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f') +sha256sums=('92f5266f8b77814d06831d426072648584a773554ed8b26ea6442f9b5978171c') noextract=("eslint-parser-${pkgver}.tgz") package() {