summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-11-14 07:33:54 -0500
committerMario Finelli2016-11-14 07:33:54 -0500
commitcadb197017797ffb9fffb1f22f4ed602e6158538 (patch)
treee53ebb5d4d66d9b61b7790b2396edaddd46ae777 /PKGBUILD
parentab73291fa2369bf39e31f5b9558aeecebe5d7333 (diff)
downloadaur-symfony-installer.tar.gz
Bump to 1.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793900f0a6f1..cd19fb2aa149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=symfony-installer
-pkgver=1.5.8
+pkgver=1.5.9
pkgrel=1
pkgdesc='The Symfony installer.'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('php')
makedepends=('php-box' 'php-composer')
source=("https://github.com/symfony/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('72d8247530b29494f5db5877d21a65d6c42b386e507ea4089b8a660eb9637d7c')
+sha256sums=('5ab6d4632bd2c9729eb69a0c7990a264b1ef1cd11c08775a43ead5c7477c5b59')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"