Date: Wednesday, May 27, 2020 @ 19:43:16 Author: spupykin Revision: 636025
upgpkg: drupal 8.8.6-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-27 19:40:56 UTC (rev 636024) +++ PKGBUILD 2020-05-27 19:43:16 UTC (rev 636025) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.8.5 +pkgver=8.8.6 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -13,7 +13,7 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -sha256sums=('8cbb0df82d1a19c085e785952d28bcfe5105b895940fb3cc28846b9c422fc586') +sha256sums=('14ba39980869aab3eac878c5c3e04e9c67e72a30513adb6321df70162597a157') package() { depends=('php' 'php-gd')
