diff options
author | Pierre-Alain TORET | 2023-03-01 18:09:42 +0100 |
---|---|---|
committer | Pierre-Alain TORET | 2023-03-01 18:09:42 +0100 |
commit | 11a3416c371c048ec084d600d6e360c6b2c4bfc2 (patch) | |
tree | d38e60c807213c9aca4e35d3820ef282ee9cbfc6 | |
parent | e991da0da8379ce6db8bd0a576bc43195e0b01ce (diff) | |
download | aur-spip.tar.gz |
Update to v4.0.11
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = spip pkgdesc = A publishing system for the Internet in which great importance is attached to collaborative working, to multilingual environments, and to simplicity of use for web authors. - pkgver = 4.0.9 + pkgver = 4.0.11 pkgrel = 1 url = http://www.spip.net/ arch = x86 @@ -8,10 +8,10 @@ pkgbase = spip license = GPL depends = php options = !strip - source = http://files.spip.net/spip/archives/spip-v4.0.9.zip + source = http://files.spip.net/spip/archives/spip-v4.0.11.zip source = httpd-spip.conf source = mes_options.php - sha256sums = 9c72111c248d4f71b674952bfca8d1d8c9e5b5e739d56e88c1684d65fa114458 + sha256sums = 6c68e03eb90816cd465e3713986df863389f523316e556f32002d53c567c3ddd sha256sums = 18c625bf2192ceb7647617593285c9fbfc110197c0179ac8ae4bc70c414b9582 sha256sums = 9c2eed4d009faef9128ec60135b4ff03c3c2d09387a7ac7f4887748f0d85ce75 @@ -2,7 +2,7 @@ # Contributor : Immae <ismael.bouya@normalesup.org> pkgname=spip -pkgver=4.0.9 +pkgver=4.0.11 pkgrel=1 pkgdesc="A publishing system for the Internet in which great importance is attached to collaborative working, to multilingual environments, and to simplicity of use for web authors." arch=('x86' 'x86_64') @@ -13,7 +13,7 @@ source=("http://files.spip.net/spip/archives/${pkgname}-v${pkgver}.zip" "httpd-spip.conf" "mes_options.php") options=(!strip) -sha256sums=('9c72111c248d4f71b674952bfca8d1d8c9e5b5e739d56e88c1684d65fa114458' +sha256sums=('6c68e03eb90816cd465e3713986df863389f523316e556f32002d53c567c3ddd' '18c625bf2192ceb7647617593285c9fbfc110197c0179ac8ae4bc70c414b9582' '9c2eed4d009faef9128ec60135b4ff03c3c2d09387a7ac7f4887748f0d85ce75') |