summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordatabase641282024-05-07 21:26:46 +0800
committerdatabase641282024-05-07 21:26:46 +0800
commit823320893cb8f5c1da5ed4c77adec09584c68e46 (patch)
tree1ea27ff8c59ef004563410933fc657c981abc05c
parente774a4bf957170f63e34991a7eec2a75643f6e66 (diff)
downloadaur-823320893cb8f5c1da5ed4c77adec09584c68e46.tar.gz
🔼 Update to v1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6030ee4216d6..a51b12098bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mediamtx
pkgdesc = Ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/bluenviron/mediamtx
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = mediamtx
license = MIT
makedepends = go
backup = etc/mediamtx/mediamtx.yml
- source = mediamtx-1.8.0.tar.gz::https://github.com/bluenviron/mediamtx/archive/refs/tags/v1.8.0.tar.gz
+ source = mediamtx-1.8.1.tar.gz::https://github.com/bluenviron/mediamtx/archive/refs/tags/v1.8.1.tar.gz
source = mediamtx.service
source = mediamtx@.service
- b2sums = ac4a8bd9ce55a927f4d6849eac536c22db7fee9283ec4b5deecfe05e6832a9ef6ab6e8bffffc3a93ed6dfa9346e184ddb339697b7b7c8e258a26d9bebdd476de
+ b2sums = b13b22d9fc4c8cecb24f5528b20b3bb4b7db2340cf312582b307a64a2711159da245bbab1c708eb8ad85ea3bf34c87b20ada9c2e3da55addcf14c214dabefaf6
b2sums = 636b7c89aec0e54a471464d013fd13fd83bebb21c3ebef9c0259fdea21185e3317ced09ef1c821ed253a62c3825f00cced19e42cdd175d1ddaecdef9800eeb4f
b2sums = 280cab48cc4d513d20952c82aab7474b9eb474dcb37a2b9d559a7caa8cd5ab6527a293c77b8ab7c64f02564c42c91b7141756020adef8ddb54316e8fcea6d0bf
diff --git a/PKGBUILD b/PKGBUILD
index 40b58dd46d4c..4dab5454f10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: database64128 <free122448@hotmail.com>
pkgname=mediamtx
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams"
arch=('x86_64' 'aarch64')
@@ -15,7 +15,7 @@ source=(
"$pkgname@.service"
)
b2sums=(
- 'ac4a8bd9ce55a927f4d6849eac536c22db7fee9283ec4b5deecfe05e6832a9ef6ab6e8bffffc3a93ed6dfa9346e184ddb339697b7b7c8e258a26d9bebdd476de'
+ 'b13b22d9fc4c8cecb24f5528b20b3bb4b7db2340cf312582b307a64a2711159da245bbab1c708eb8ad85ea3bf34c87b20ada9c2e3da55addcf14c214dabefaf6'
'636b7c89aec0e54a471464d013fd13fd83bebb21c3ebef9c0259fdea21185e3317ced09ef1c821ed253a62c3825f00cced19e42cdd175d1ddaecdef9800eeb4f'
'280cab48cc4d513d20952c82aab7474b9eb474dcb37a2b9d559a7caa8cd5ab6527a293c77b8ab7c64f02564c42c91b7141756020adef8ddb54316e8fcea6d0bf'
)