summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpan934122019-06-07 13:32:55 +0800
committerpan934122019-06-07 13:32:55 +0800
commit860feab2766f798ab9c8f3d07a42ff6a11720ba9 (patch)
treeccce384aad6749ae004e8a0b93143296cc22d3aa
parent29c69bfa5e84e3a3dfd78feb24f44d45f68d10db (diff)
downloadaur-860feab2766f798ab9c8f3d07a42ff6a11720ba9.tar.gz
upd: nginx -> 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b5a81a35fb..883d57daace1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-rtmp-sergey-git
pkgdesc = NGINX-based Media Streaming Server, forked by Sergey Dryabzhinsky.
- pkgver = 1.16.0_3bf752326
+ pkgver = 1.17.0_3bf752326
pkgrel = 0
url = https://github.com/sergey-dryabzhinsky/nginx-rtmp-module
install = nginx.install
@@ -22,11 +22,11 @@ pkgbase = nginx-rtmp-sergey-git
backup = etc/nginx/uwsgi_params
backup = etc/nginx/win-utf
backup = etc/logrotate.d/nginx
- source = https://nginx.org/download/nginx-1.16.0.tar.gz
+ source = https://nginx.org/download/nginx-1.17.0.tar.gz
source = nginx-rtmp-module-3bf752326::git+https://github.com/sergey-dryabzhinsky/nginx-rtmp-module#commit=3bf752326
source = service
source = logrotate
- md5sums = 97207283f30cd90cdba638c3ea30323a
+ md5sums = 56767fd62302508295b31adc48b99a59
md5sums = SKIP
md5sums = ef491e760e7c1ffec9ca25441a150c83
md5sums = 6a01fb17af86f03707c8ae60f98a2dc2
diff --git a/PKGBUILD b/PKGBUILD
index 156f6b2c4308..ea82316969e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nginx
pkgname=$_pkgname-rtmp-sergey-git
-_nginx_ver=1.16.0
+_nginx_ver=1.17.0
_rtmp_commit_id=3bf752326
pkgver=$_nginx_ver"_"$_rtmp_commit_id
pkgrel=0
@@ -28,7 +28,7 @@ source=(https://nginx.org/download/nginx-$_nginx_ver.tar.gz
logrotate)
provides=('nginx')
conflicts=('nginx')
-md5sums=('97207283f30cd90cdba638c3ea30323a'
+md5sums=('56767fd62302508295b31adc48b99a59'
'SKIP'
'ef491e760e7c1ffec9ca25441a150c83'
'6a01fb17af86f03707c8ae60f98a2dc2')