[arch-commits] Commit in uglify-js/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 28 16:53:22 UTC 2017


    Date: Tuesday, February 28, 2017 @ 16:53:21
  Author: felixonmars
Revision: 214220

upgpkg: uglify-js 2.8.0-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 16:15:22 UTC (rev 214219)
+++ PKGBUILD	2017-02-28 16:53:21 UTC (rev 214220)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=uglify-js
-pkgver=2.7.5
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('99b49c72db5892196dd95dfa1fcbf067')
+md5sums=('c52cc863bdf658f5dd2d0c756e17438f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list