summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThecaTTony2021-04-22 13:59:38 -0300
committerThecaTTony2021-04-22 13:59:38 -0300
commit6f937819741a31863fad32f8143b570df6c7752e (patch)
tree8ae6d2ef8c3a85f28cfe154535ca2891448ab43f
parent8549fae1748acb6c323900909489169d0615b04f (diff)
downloadaur-6f937819741a31863fad32f8143b570df6c7752e.tar.gz
update to nginx 1.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9dc8c335eae..f2ae98c73983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-length-hiding-filter
pkgdesc = Nginx module to append random generated string to the end of HTML response
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nulab/nginx-length-hiding-filter-module
arch = x86_64
arch = arm
@@ -10,9 +10,9 @@ pkgbase = nginx-mod-length-hiding-filter
arch = aarch64
license = MIT
depends = nginx
- source = https://nginx.org/download/nginx-1.18.0.tar.gz
+ source = https://nginx.org/download/nginx-1.20.0.tar.gz
source = https://github.com/nulab/nginx-length-hiding-filter-module/archive/1.1.1.tar.gz
- sha512sums = 8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb
+ sha512sums = 06433bde23610ab27deeb6bf8c78148e4249b603d194c81e71a08fc159caead07ea659510286fb6d02668d53b9afcdaabdde8692480ae83de4a531adc1b930ca
sha512sums = 3eebd28808241daf26081126249174704a08aca9c0ff42e00875f7439de49e53e3cdb40e956e388ccb8b8bd5fff0103e97f6f38aa0d84d22f2f6f56295f60bec
pkgname = nginx-mod-length-hiding-filter
diff --git a/PKGBUILD b/PKGBUILD
index f97fe3c79c8f..456de6a73bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mod-length-hiding-filter
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
_modname=nginx-length-hiding-filter-module
-_nginxver=1.18.0
+_nginxver=1.20.0
pkgdesc='Nginx module to append random generated string to the end of HTML response'
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ license=('MIT')
source=(https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/nulab/nginx-length-hiding-filter-module/archive/$pkgver.tar.gz)
-sha512sums=('8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb'
+sha512sums=('06433bde23610ab27deeb6bf8c78148e4249b603d194c81e71a08fc159caead07ea659510286fb6d02668d53b9afcdaabdde8692480ae83de4a531adc1b930ca'
'3eebd28808241daf26081126249174704a08aca9c0ff42e00875f7439de49e53e3cdb40e956e388ccb8b8bd5fff0103e97f6f38aa0d84d22f2f6f56295f60bec')
build() {