summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-03-13 02:58:01 +0700
committerKonstantin Shalygin2021-03-13 02:58:01 +0700
commitf69e21ffd51e27b818ea6e11a4cc2432d063d65d (patch)
tree5f3991270b450cd8c445e54c90fb7bdcd0bbc08d /PKGBUILD
parentfd18b7982c2e3f009451b2cffd800dc45c5edf57 (diff)
downloadaur-f69e21ffd51e27b818ea6e11a4cc2432d063d65d.tar.gz
Update nginx version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e8b4ba7adf5..6ba5b9cd828b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
_modname=ngx_dynamic_etag
-_nginxver=1.19.6
+_nginxver=1.19.8
pkgname=nginx-mainline-mod-dynamic-etag-git
pkgver=r44.c7ee492
-pkgrel=3
+pkgrel=4
pkgdesc='Module empowers your dynamic content with automatic ETag header.'
arch=('i686' 'x86_64')
depends=('nginx-mainline')
@@ -15,7 +15,7 @@ source=("https://nginx.org/download/nginx-${_nginxver}.tar.gz"
"git+${url}.git"
)
license=('BSD')
-sha256sums=('b11195a02b1d3285ddf2987e02c6b6d28df41bb1b1dd25f33542848ef4fc33b5'
+sha256sums=('308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05'
'SKIP')
pkgver() {