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

Felix Yan fyan at archlinux.org
Tue Feb 23 02:25:57 UTC 2016


    Date: Tuesday, February 23, 2016 @ 03:25:57
  Author: fyan
Revision: 163158

upgpkg: uglify-js 2.6.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-23 00:12:15 UTC (rev 163157)
+++ PKGBUILD	2016-02-23 02:25:57 UTC (rev 163158)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=uglify-js
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('01b213f8d9654ddb6dd32057d98995d3')
+md5sums=('69cbdeb6a38157ae5423f177c7575f9e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list