Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
5faa7234 by Felix Yan at 2024-11-18T01:17:51+08:00
upgpkg: 17.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 17.1.1
+ pkgver = 17.1.2
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-17.1.1.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.1.tgz
- sha512sums =
d9aa88cc6004581ef13dfd212874e436650ce631db9f64b9af6ff3ffb740e488f687fb1560083d47fb9591a502dd53913c07c19bba4a9025a8e84f5c944550f4
+ noextract = npm-check-updates-17.1.2.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.2.tgz
+ sha512sums =
937a2c01b08d5c85ea0bb400b85dae447b0ab53512e742a1396d550288d11e52dd65187fe4461f76ebe754f1835ac6d05c56a46d2ad26d60dd57ca88bc3494b4
pkgname = npm-check-updates
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or
bower.json allows'
-pkgver=17.1.1
+pkgver=17.1.2
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('npm')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d9aa88cc6004581ef13dfd212874e436650ce631db9f64b9af6ff3ffb740e488f687fb1560083d47fb9591a502dd53913c07c19bba4a9025a8e84f5c944550f4')
+sha512sums=('937a2c01b08d5c85ea0bb400b85dae447b0ab53512e742a1396d550288d11e52dd65187fe4461f76ebe754f1835ac6d05c56a46d2ad26d60dd57ca88bc3494b4')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/5faa723417b37e033d3cb8e038743e33d44936ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/5faa723417b37e033d3cb8e038743e33d44936ba
You're receiving this email because of your account on gitlab.archlinux.org.