diff options
author | Mia Sireneva | 2024-05-24 06:18:02 +0000 |
---|---|---|
committer | Mia Sireneva | 2024-05-24 06:18:02 +0000 |
commit | 093f0866278b3cece60ead93100770346948d3ed (patch) | |
tree | 77d583213ad1b7376e2bcc12e0823c9ad9d20595 | |
parent | 6f65fc0ad999d7fa5c3a92929f7e20cb3d679d39 (diff) | |
download | aur-093f0866278b3cece60ead93100770346948d3ed.tar.gz |
Release v1.8.2
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = mediamtx-bin pkgdesc = Also known as rtsp-simple-server. 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.1 + pkgver = 1.8.2 pkgrel = 1 url = https://github.com/aler9/mediamtx arch = x86_64 @@ -16,11 +16,11 @@ pkgbase = mediamtx-bin sha256sums = fbae4d196086e770a0a4f10ac03b1e4180517381bbc03d9acc16b6d4f7fe3a71 sha256sums = 22b549d42f74e18ba8ee054248a447fd406dabe77f280766588ece12e1846b5c sha256sums = 7e3736dfad3141a3f263fb29a05885670961f07dfbdad8bdbb5de41e3433f3b0 - source_x86_64 = https://github.com/aler9/mediamtx/releases/download/v1.8.1/mediamtx_v1.8.1_linux_amd64.tar.gz - sha256sums_x86_64 = 4b9bc608747979f5f2089f960bb00dde9b6d46b5325f77692ab7765c6459fe8e - source_armv7h = https://github.com/aler9/mediamtx/releases/download/v1.8.1/mediamtx_v1.8.1_linux_armv7.tar.gz - sha256sums_armv7h = 1762af8e582a2492f5eaa18c6ce1336297d74f67f83801169de00d91b801dd55 - source_aarch64 = https://github.com/aler9/mediamtx/releases/download/v1.8.1/mediamtx_v1.8.1_linux_arm64v8.tar.gz - sha256sums_aarch64 = 730d1901fe7b247547e0bc2d5a51ce8c0a8e4f74ad797857084fca5d455a0d7a + source_x86_64 = https://github.com/aler9/mediamtx/releases/download/v1.8.2/mediamtx_v1.8.2_linux_amd64.tar.gz + sha256sums_x86_64 = ee6238f3dcaf195caf1abe6d25451ff7cc4fe079f3385adfc98a7386260bfdb7 + source_armv7h = https://github.com/aler9/mediamtx/releases/download/v1.8.2/mediamtx_v1.8.2_linux_armv7.tar.gz + sha256sums_armv7h = ad00cbfcaad5f0197102e2eda4fab31953d38f31dac3f6a00aed48044e947fce + source_aarch64 = https://github.com/aler9/mediamtx/releases/download/v1.8.2/mediamtx_v1.8.2_linux_arm64v8.tar.gz + sha256sums_aarch64 = 6868e805b1045785d2eaa53a730332ae23de2c3592fb3674fb8fdbbaf231405f pkgname = mediamtx-bin @@ -1,7 +1,7 @@ # Maintainer: Mia Sireneva <mia_sireneva@riseup.net> pkgname=mediamtx-bin -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc='Also known as rtsp-simple-server. 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' 'armv7h' 'aarch64') @@ -27,9 +27,9 @@ sha256sums=( '7e3736dfad3141a3f263fb29a05885670961f07dfbdad8bdbb5de41e3433f3b0' ) -sha256sums_x86_64=('4b9bc608747979f5f2089f960bb00dde9b6d46b5325f77692ab7765c6459fe8e') -sha256sums_armv7h=('1762af8e582a2492f5eaa18c6ce1336297d74f67f83801169de00d91b801dd55') -sha256sums_aarch64=('730d1901fe7b247547e0bc2d5a51ce8c0a8e4f74ad797857084fca5d455a0d7a') +sha256sums_x86_64=('ee6238f3dcaf195caf1abe6d25451ff7cc4fe079f3385adfc98a7386260bfdb7') +sha256sums_armv7h=('ad00cbfcaad5f0197102e2eda4fab31953d38f31dac3f6a00aed48044e947fce') +sha256sums_aarch64=('6868e805b1045785d2eaa53a730332ae23de2c3592fb3674fb8fdbbaf231405f') package() { cd "$srcdir" |