diff options
author | Mia Sireneva | 2023-09-30 13:45:16 +0700 |
---|---|---|
committer | Mia Sireneva | 2023-09-30 13:45:16 +0700 |
commit | 00feceade7feef61dfb6238416244dbc2559f923 (patch) | |
tree | aad5629432e689f466edf25e56a6c93f10214d48 | |
parent | 894c0eda4dc456e61a9a8714f3e3ea4327bce143 (diff) | |
download | aur-00feceade7feef61dfb6238416244dbc2559f923.tar.gz |
Release 1.1.1
-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.0.3 + pkgver = 1.1.1 pkgrel = 1 url = https://github.com/aler9/mediamtx arch = x86_64 @@ -16,11 +16,11 @@ pkgbase = mediamtx-bin sha256sums = fbae4d196086e770a0a4f10ac03b1e4180517381bbc03d9acc16b6d4f7fe3a71 sha256sums = 5f0cb022e45716970ec5be2458f9ce6482790083786da4a7bd78770316a3b650 sha256sums = 7e3736dfad3141a3f263fb29a05885670961f07dfbdad8bdbb5de41e3433f3b0 - source_x86_64 = https://github.com/aler9/mediamtx/releases/download/v1.0.3/mediamtx_v1.0.3_linux_amd64.tar.gz - sha256sums_x86_64 = d3164420858a2a0b0e732db5fbf5b698d932f449107a175fba1f86a25382e6b3 - source_armv7h = https://github.com/aler9/mediamtx/releases/download/v1.0.3/mediamtx_v1.0.3_linux_armv7.tar.gz - sha256sums_armv7h = 9d9e2435f88e77ec2eac982c9e3dc765e587deb78c0d01e675aa448ddf5d913f - source_aarch64 = https://github.com/aler9/mediamtx/releases/download/v1.0.3/mediamtx_v1.0.3_linux_arm64v8.tar.gz - sha256sums_aarch64 = ce0b714501d2f767732f7e4a958c9d2479497b93a8bf9c42e0e96ac4963016e7 + source_x86_64 = https://github.com/aler9/mediamtx/releases/download/v1.1.1/mediamtx_v1.1.1_linux_amd64.tar.gz + sha256sums_x86_64 = 6bb405b1ae61e3193c449d124f7d6912a49bba854cac23d371ee051b906ea43a + source_armv7h = https://github.com/aler9/mediamtx/releases/download/v1.1.1/mediamtx_v1.1.1_linux_armv7.tar.gz + sha256sums_armv7h = b58c96bd29ce04b2a39b46942a8567c184352fd68b5b96464f42214a8631dddd + source_aarch64 = https://github.com/aler9/mediamtx/releases/download/v1.1.1/mediamtx_v1.1.1_linux_arm64v8.tar.gz + sha256sums_aarch64 = 07977d17a37b6798db7392df003dc431c60457444b141c05800aaab08da762e9 pkgname = mediamtx-bin @@ -1,7 +1,7 @@ # Maintainer: Mia Sireneva <mia_sireneva@riseup.net> pkgname=mediamtx-bin -pkgver=1.0.3 +pkgver=1.1.1 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=('d3164420858a2a0b0e732db5fbf5b698d932f449107a175fba1f86a25382e6b3') -sha256sums_armv7h=('9d9e2435f88e77ec2eac982c9e3dc765e587deb78c0d01e675aa448ddf5d913f') -sha256sums_aarch64=('ce0b714501d2f767732f7e4a958c9d2479497b93a8bf9c42e0e96ac4963016e7') +sha256sums_x86_64=('6bb405b1ae61e3193c449d124f7d6912a49bba854cac23d371ee051b906ea43a') +sha256sums_armv7h=('b58c96bd29ce04b2a39b46942a8567c184352fd68b5b96464f42214a8631dddd') +sha256sums_aarch64=('07977d17a37b6798db7392df003dc431c60457444b141c05800aaab08da762e9') package() { cd "$srcdir" |