diff options
-rw-r--r-- | community/composer/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/composer/APKBUILD b/community/composer/APKBUILD index 2aa07fae49..d2668394ac 100644 --- a/community/composer/APKBUILD +++ b/community/composer/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Nathan Johnson <nathan@nathanjohnson.info> # Maintainer: Dave Hall <skwashd@gmail.com> pkgname=composer -pkgver=1.6.3 +pkgver=1.6.5 pkgrel=0 pkgdesc="Dependency manager for PHP" url="https://getcomposer.org/" @@ -19,4 +19,4 @@ check() { php7 $pkgname-$pkgver.phar -V } -sha512sums="ec6ed7f897709a79f39c73d6a373d82516fbd32930070ab073f831c81c813a0cc155a08a0b56257938563f453e567ba4738051ae9956f856e43528b5262c2b3c composer-1.6.3.phar" +sha512sums="a94a9497ad45cf5bfb2cd4669c73f8cd3b86d0d97a13828ee3b48e8675972293cec898bfb977e55cddf26c5261c5e039310b821d2d5eb4fa046ec5e9e317b21e composer-1.6.5.phar" |