diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-05 12:33:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-05 12:33:27 -0700 |
commit | ad6da117c3facb284fc05e25fc6deebd2ad98d3d (patch) | |
tree | cb23e9ec932574522cb95a24385588ff2bb65e57 /PKGBUILD | |
parent | Rebuild against nginx 1.27 (diff) | |
download | nginx-mainline-mod-rtmp-ad6da117c3facb284fc05e25fc6deebd2ad98d3d.tar.xz |
Rebuild against nginx 1.27.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,10 +7,10 @@ pkgname=nginx-mainline-mod-rtmp pkgver=1.2.2 -pkgrel=18 +pkgrel=19 _modname="nginx-rtmp-module" -_nginxver=1.27.0 +_nginxver=1.27.1 pkgdesc="Module for mainline nginx that adds RTMP support" arch=('aarch64' 'i686' 'x86_64') |