summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Hausmann2024-01-06 01:17:25 +0100
committerLaura Hausmann2024-01-06 01:17:25 +0100
commitce7b3a1fedd8c98ed57c69b90a6686f8bbe74408 (patch)
tree85285c1aeacc7291da8774278a2c8f4841ddc5df
parentf3aba48ab2f5d147aa52f86d51e4b32eafd67ac5 (diff)
downloadaur-ce7b3a1fedd8c98ed57c69b90a6686f8bbe74408.tar.gz
bump pkgrel
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31b313b99847..80346b68966a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3655321eac0b..15831845c525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')