diff --git a/.SRCINFO b/.SRCINFO index 0222d42..77fa1f1 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.21.8 + pkgver = 7.22.5 pkgrel = 1 url = https://github.com/babel/babel arch = any license = MIT makedepends = npm depends = eslint - noextract = eslint-parser-7.21.8.tgz - source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz - sha256sums = bc9853857a810013396431d18d606063b304a3be1cdc3b546c841caadf7448b6 + noextract = eslint-parser-7.22.5.tgz + source = https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz + sha256sums = baec4623f3fafb95b31e76e4a1ad07a52041080a422998c1274668c925500815 pkgname = babel-eslint-plugin diff --git a/PKGBUILD b/PKGBUILD index 3cc5aa4..d4c9897 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Knut Ahlers pkgname=babel-eslint-plugin -pkgver=7.21.8 +pkgver=7.22.5 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=('bc9853857a810013396431d18d606063b304a3be1cdc3b546c841caadf7448b6') +sha256sums=('baec4623f3fafb95b31e76e4a1ad07a52041080a422998c1274668c925500815') noextract=("eslint-parser-${pkgver}.tgz") package() {