Date: Friday, October 19, 2018 @ 11:19:14 Author: spupykin Revision: 397422
upgpkg: drupal 8.6.2-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-19 11:18:01 UTC (rev 397421) +++ PKGBUILD 2018-10-19 11:19:14 UTC (rev 397422) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.6.1 +pkgver=8.6.2 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -13,7 +13,7 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -sha256sums=('44e99bab40e695db7446738f772deaae5e982e0d6629c1c52946cebd5d6643df') +sha256sums=('9611e1b7576b8bbd05bcc60388c1cb911ed42eb05300c109c889b31554e0d696') package() { depends=('php' 'php-gd')
