diff options
author | Laura Hausmann | 2024-01-06 01:17:25 +0100 |
---|---|---|
committer | Laura Hausmann | 2024-01-06 01:17:25 +0100 |
commit | ce7b3a1fedd8c98ed57c69b90a6686f8bbe74408 (patch) | |
tree | 85285c1aeacc7291da8774278a2c8f4841ddc5df | |
parent | f3aba48ab2f5d147aa52f86d51e4b32eafd67ac5 (diff) | |
download | aur-ce7b3a1fedd8c98ed57c69b90a6686f8bbe74408.tar.gz |
bump pkgrel
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = nginx-mod-rtmp-zotanmew-git pkgdesc = Module for nginx that adds RTMP, HLS, and MPEG-DASH support. zotanmew fork. - pkgver = 1242.0c0b140 - pkgrel = 5 + pkgver = 1246.a5f44b6 + pkgrel = 1 url = https://github.com/zotanmew/nginx-rtmp-module arch = i686 arch = x86_64 @@ -11,12 +11,12 @@ pkgbase = nginx-mod-rtmp-zotanmew-git provides = nginx-rtmp-module conflicts = nginx-mod-rtmp conflicts = nginx-mod-rtmp-git - source = http://nginx.org/download/nginx-1.22.1.tar.gz - source = http://nginx.org/download/nginx-1.22.1.tar.gz.asc + source = http://nginx.org/download/nginx-1.24.0.tar.gz + source = http://nginx.org/download/nginx-1.24.0.tar.gz.asc source = nginx-rtmp-module::git+https://github.com/zotanmew/nginx-rtmp-module.git#branch=rebase validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8 validpgpkeys = 13C82A63B603576156E30A4EA0EA981B66B0D967 - sha256sums = SKIP + sha256sums = 77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d sha256sums = SKIP sha256sums = SKIP @@ -4,8 +4,8 @@ # Contributor: Trevor Bergeron <aur@sec.gd> pkgname=nginx-mod-rtmp-zotanmew-git -pkgver=1242.0c0b140 -pkgrel=5 +pkgver=1246.a5f44b6 +pkgrel=1 _modname="nginx-rtmp-module" _nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')" @@ -23,7 +23,7 @@ source=( "http://nginx.org/download/nginx-$_nginxver.tar.gz.asc" "$_modname::git+https://github.com/zotanmew/nginx-rtmp-module.git#branch=rebase" ) -sha256sums=('SKIP' +sha256sums=('77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d' 'SKIP' 'SKIP') |