summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-10-08 11:24:36 +0700
committerKonstantin Shalygin2020-10-08 11:24:36 +0700
commit4e90e71aab8b5d6276ad14a4ca2413ee5e3395a6 (patch)
tree507dadef47011a4e5d543018b29f852e3bc6c24f /PKGBUILD
parentc78c8f8bb89d1d3caf8f1737bd2c4f4d4543a3d6 (diff)
downloadaur-4e90e71aab8b5d6276ad14a4ca2413ee5e3395a6.tar.gz
Nginx 1.19.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 280cc582f764..f189f66a6d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
_modname=ngx_dynamic_etag
-_nginxver=1.19.2
+_nginxver=1.19.3
pkgname=nginx-mainline-mod-dynamic-etag-git
pkgver=r44.c7ee492
-pkgrel=1
+pkgrel=2
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=('7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473'
+sha256sums=('91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0'
'SKIP')
pkgver() {