[arch-commits] Commit in ts-node/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 10 20:29:00 UTC 2022


    Date: Thursday, March 10, 2022 @ 20:28:59
  Author: felixonmars
Revision: 1146118

upgpkg: ts-node 10.7.0-1

Modified:
  ts-node/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-10 20:26:31 UTC (rev 1146117)
+++ PKGBUILD	2022-03-10 20:28:59 UTC (rev 1146118)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
 
 pkgname=ts-node
-pkgver=10.6.0
+pkgver=10.7.0
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0897a7ebe75f397a25c6e7414179d58d156f61399359bcb3edc9fec6ad974ecbe76976c7aabe205d208d6d2d898fcc9364cb86c14a011122da3a42dab1c555be')
+sha512sums=('4db2064b8c602685f68b7768e35eca49a7a9d6e4405bf2eef9600bd9da031c2d03eae9a68e2ad5397539ffb6a2668b5b439a75669f6d3fb53a718840d0eeccf0')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list