summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThecaTTony2022-11-16 18:31:45 -0300
committerThecaTTony2022-11-16 18:31:45 -0300
commitb9a33e9a35acae73e95d78c2eadbd6658f0b4483 (patch)
treed5a217fb53fb2097e7be71cbc403401f3ca5df9b
parenta7951f635dceaa800b95aade3e9e71eff376e652 (diff)
downloadaur-b9a33e9a35acae73e95d78c2eadbd6658f0b4483.tar.gz
update to nginx 1.22.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b71e8a9467..c4eebe4adeee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
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 = 6
+ pkgrel = 7
url = https://github.com/nulab/nginx-length-hiding-filter-module
arch = x86_64
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
depends = nginx
- source = https://nginx.org/download/nginx-1.22.0.tar.gz
+ source = https://nginx.org/download/nginx-1.22.1.tar.gz
source = https://github.com/nulab/nginx-length-hiding-filter-module/archive/1.1.1.tar.gz
- sha512sums = 074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1
+ sha512sums = 1d468dcfa9bbd348b8a5dc514ac1428a789e73a92384c039b73a51ce376785f74bf942872c5594a9fcda6bbf44758bd727ce15ac2395f1aa989c507014647dcc
sha512sums = 3eebd28808241daf26081126249174704a08aca9c0ff42e00875f7439de49e53e3cdb40e956e388ccb8b8bd5fff0103e97f6f38aa0d84d22f2f6f56295f60bec
pkgname = nginx-mod-length-hiding-filter
diff --git a/PKGBUILD b/PKGBUILD
index 2e7b9fbece47..1118777fd3ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=nginx-mod-length-hiding-filter
pkgver=1.1.1
-pkgrel=6
+pkgrel=7
_modname=nginx-length-hiding-filter-module
-_nginxver=1.22.0
+_nginxver=1.22.1
pkgdesc='Nginx module to append random generated string to the end of HTML response'
-arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'armv7h' 'aarch64')
depends=('nginx')
url='https://github.com/nulab/nginx-length-hiding-filter-module'
license=('MIT')
@@ -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=('074782dba9cd5f8f493fbb57e20bda6dc9171814d919a47ee9f825d93f12c9f9d496e25d063c983191b55ad6a236bcef252ce16ecc1d253dc8b23433557559b1'
+sha512sums=('1d468dcfa9bbd348b8a5dc514ac1428a789e73a92384c039b73a51ce376785f74bf942872c5594a9fcda6bbf44758bd727ce15ac2395f1aa989c507014647dcc'
'3eebd28808241daf26081126249174704a08aca9c0ff42e00875f7439de49e53e3cdb40e956e388ccb8b8bd5fff0103e97f6f38aa0d84d22f2f6f56295f60bec')
build() {