Date: Tuesday, September 11, 2018 @ 14:57:49 Author: spupykin Revision: 379742
upgpkg: drupal 8.6.1-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-11 14:15:31 UTC (rev 379741) +++ PKGBUILD 2018-09-11 14:57:49 UTC (rev 379742) @@ -3,7 +3,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.6.0 +pkgver=8.6.1 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -14,7 +14,7 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -sha256sums=('9839d2e67269699830e883e074ea9615bd56c5f8d1c5fdf9d7d3eae5a29f3296') +sha256sums=('44e99bab40e695db7446738f772deaae5e982e0d6629c1c52946cebd5d6643df') package() { depends=('php' 'php-gd')
