diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-28 01:56:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-28 01:56:43 -0300 |
commit | 2b52be62fd4a13ee6be0a93a90a6d174d309c42d (patch) | |
tree | 4476cbdeea3fb58b1a56a393ebfeb118aaa041ab /libre/closure-compiler/PKGBUILD | |
parent | 8079e371e3638223b9829f56e0a2bad0129e7135 (diff) |
closure-compiler-20160315-1: updating version
Diffstat (limited to 'libre/closure-compiler/PKGBUILD')
-rw-r--r-- | libre/closure-compiler/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/closure-compiler/PKGBUILD b/libre/closure-compiler/PKGBUILD index dafee2e81..62795277d 100644 --- a/libre/closure-compiler/PKGBUILD +++ b/libre/closure-compiler/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=closure-compiler -pkgver=20160208 +pkgver=20160315 pkgdesc="A JavaScript optimizing compiler." url="https://developers.google.com/closure/compiler/" license=('Apache') @@ -24,7 +24,7 @@ makedepends=( ) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" 'closure-compiler.sh') -md5sums=('031cd60c7e18fe21d5275030d8fefea7' +md5sums=('407efb1dad46bb7635c4e1857ac079b4' 'd4ead4585fcc7039d3c32eb5c4491bb9') mkdepends=(git) |