summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Hansmair2021-06-18 16:05:54 +0200
committerMarkus Hansmair2021-06-18 16:05:54 +0200
commit43b9f82e5c218551c9831edb027d13d22aef24a1 (patch)
treebb7888effed03db9b30d6d3c19f103d802e3c5a9
parentafe1a0bdf3e465eb52a7763c19ed06cf7a6a1a7d (diff)
downloadaur-43b9f82e5c218551c9831edb027d13d22aef24a1.tar.gz
updated to v1.7.17
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f753171113d3..4c7bc1ca682d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grav
pkgdesc = Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
- pkgver = 1.7.16
+ pkgver = 1.7.17
pkgrel = 1
url = https://getgrav.org
install = grav.install
@@ -13,11 +13,10 @@ pkgbase = grav
optdepends = nginx: Lightweight HTTP server and IMAP/POP3 proxy server
optdepends = uwsgi: Fast and highly tuneable application server
optdepends = uwsgi-plugin-php: uwsgi plugin for PHP
- optdepends = xdebug: PHP debugging extension
provides = grav
backup = etc/webapps/grav/config/site.yaml
backup = etc/webapps/grav/config/system.yaml
- source = grav-1.7.16.zip::https://github.com/getgrav/grav/releases/download/1.7.16/grav-v1.7.16.zip
+ source = grav-1.7.17.zip::https://github.com/getgrav/grav/releases/download/1.7.17/grav-v1.7.17.zip
source = grav.patch
source = grav.user.readme
source = grav.sysusers.conf
@@ -26,7 +25,7 @@ pkgbase = grav
source = grav.php-fpm.ini
source = grav.php-fpm.d.grav.conf
source = grav.php-fpm.service.d.override.conf
- sha256sums = 0371a02398f4431b3b044f348df5fc79ff0a3baecdd73c24586c8dbb7f79a2f6
+ sha256sums = d21bffc8443092ab57e9305c3889931a03f1e7f4f2c210ec771fa3d9ba101ef6
sha256sums = c93008057d3c3f224ecebc93b5b835c5b46c4b16f0caf821c75fcac4b7c20d4f
sha256sums = 125e08820ed477582d7ae716dac6495bca4eac485fa4d4263b11f2505fc355db
sha256sums = ced168231a98be4816afc0a1928b54218c4ce4081be7b49acd704e2a9325f9db
diff --git a/PKGBUILD b/PKGBUILD
index 0ae8fac999ee..3177f2585062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Nils Czernia <nils at czserver dot de>
pkgname=grav
-pkgver=1.7.16
+pkgver=1.7.17
pkgrel=1
pkgdesc='Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS'
arch=('any')
@@ -17,8 +17,7 @@ optdepends=('php-apcu: Userland caching module for PHP'
'apache: High performance Unix-based HTTP server'
'nginx: Lightweight HTTP server and IMAP/POP3 proxy server'
'uwsgi: Fast and highly tuneable application server'
- 'uwsgi-plugin-php: uwsgi plugin for PHP'
- 'xdebug: PHP debugging extension' )
+ 'uwsgi-plugin-php: uwsgi plugin for PHP')
install=grav.install
source=("${pkgname}-${pkgver}.zip::https://github.com/getgrav/grav/releases/download/${pkgver}/${pkgname}-v${pkgver}.zip"
"grav.patch"
@@ -29,7 +28,7 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/getgrav/grav/releases/down
"grav.php-fpm.ini"
"grav.php-fpm.d.grav.conf"
"grav.php-fpm.service.d.override.conf")
-sha256sums=('0371a02398f4431b3b044f348df5fc79ff0a3baecdd73c24586c8dbb7f79a2f6'
+sha256sums=('d21bffc8443092ab57e9305c3889931a03f1e7f4f2c210ec771fa3d9ba101ef6'
'c93008057d3c3f224ecebc93b5b835c5b46c4b16f0caf821c75fcac4b7c20d4f'
'125e08820ed477582d7ae716dac6495bca4eac485fa4d4263b11f2505fc355db'
'ced168231a98be4816afc0a1928b54218c4ce4081be7b49acd704e2a9325f9db'