diff --git a/.SRCINFO b/.SRCINFO index b16dfa3..61fe218 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.10 + pkgver = 7.22.11 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.22.10.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz - sha256sums = f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb + noextract = eslint-parser-7.22.11.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz + sha256sums = f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index 0dd6b6a..b658182 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.22.10 +pkgver=7.22.11 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=('f3624dcafe577897b255cb272844d349f9f79bccd7510a6d517422da62f6e6eb') +sha256sums=('f9aee7f4473b2cd4fc4abb2f97eee37e58bc64c0c4f794e0f9f4defd395b451f') noextract=("eslint-parser-${pkgver}.tgz") package() {