Date: Monday, April 6, 2020 @ 00:45:45 Author: spupykin Revision: 612021
upgpkg: drupal 8.8.5-1 Modified: drupal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-05 23:29:06 UTC (rev 612020) +++ PKGBUILD 2020-04-06 00:45:45 UTC (rev 612021) @@ -2,7 +2,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.8.4 +pkgver=8.8.5 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=('2e466736aa9908c47bebfa48c0d2f4edaa88c87d3a2a3c4132efc24e3b6e6670') +sha256sums=('8cbb0df82d1a19c085e785952d28bcfe5105b895940fb3cc28846b9c422fc586') package() { depends=('php' 'php-gd')
