[arch-commits] Commit in nodejs-source-map/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jun 12 19:27:32 UTC 2022


    Date: Sunday, June 12, 2022 @ 19:27:32
  Author: felixonmars
Revision: 1237307

upgpkg: nodejs-source-map 0.7.4-1

Modified:
  nodejs-source-map/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 19:23:37 UTC (rev 1237306)
+++ PKGBUILD	2022-06-12 19:27:32 UTC (rev 1237307)
@@ -2,8 +2,8 @@
 
 _npmname=source-map
 pkgname=nodejs-$_npmname
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="Library to generate and consume the source map format"
 arch=('any')
 url="https://github.com/mozilla/source-map"
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('ad69b787ba774733c3e4f0eb20403df7b1fa466252d453533dbcc6a5ad15833e')
+sha256sums=('65dea7e28963ef0ade5a47a6921d34782f9fb35863045ef8604ec90673947d3d')
 options=("!strip")
 
 package() {



More information about the arch-commits mailing list