diff options
author | Sergey Lukin <sergej.lukin@gmail.com> | 2016-11-30 13:03:48 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-01 07:05:58 +0000 |
commit | 387c6fdab27e1853c1eb40b2da64f5dfcf0c0750 (patch) | |
tree | ba41f420f0e16bd2c34c4ff7c860a829f16f7094 /community | |
parent | a3c70e4154e1e81f0bd3787ff230e9ca4c3064d0 (diff) | |
download | aports-387c6fdab27e1853c1eb40b2da64f5dfcf0c0750.tar.bz2 aports-387c6fdab27e1853c1eb40b2da64f5dfcf0c0750.tar.xz |
community/drupal7: security upgrade to 7.52
Diffstat (limited to 'community')
-rw-r--r-- | community/drupal7/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/drupal7/APKBUILD b/community/drupal7/APKBUILD index 8a5e20e697..e96b709fcc 100644 --- a/community/drupal7/APKBUILD +++ b/community/drupal7/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: _php=php5 pkgname=drupal7 -pkgver=7.44 +pkgver=7.52 pkgrel=0 pkgdesc="An open source content management platform" url="https://www.drupal.org/" @@ -68,6 +68,6 @@ package() { "$pkgdir"/var/lib/$pkgname/sites/default/files || return 1 } -md5sums="965ab5fe5457625ec8c18e5c1c455008 drupal-7.44.tar.gz" -sha256sums="a62971d20edd4ffd4c6dd03eb5fe3d213777d3807f48b7399bb73688dfd4bc5a drupal-7.44.tar.gz" -sha512sums="67d358c85259b7722824f214be177c40819c7e0c06c8ec7511b7f87ecff1ab6622af62fc5769b62682e0e67f718743afa6b0a9e4c55e2348a1b408eeb566c3e9 drupal-7.44.tar.gz" +md5sums="4963e68ca12918d3a3eae56054214191 drupal-7.52.tar.gz" +sha256sums="ea09ec7c3555856591b7ac739dafbe7dbfba47d1ffe2a9a1f17fda490a91b8e8 drupal-7.52.tar.gz" +sha512sums="4fd2721b87d7e160ccf202894c5ec11e836796be6dce3fbfe187eea826175822677c26079a3dae4567e0615e8f376a88c07a8979b619bb4ac1096c8ea5c8f802 drupal-7.52.tar.gz" |