Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / streamlink
Commits: 85787c53 by Frederik Schwan at 2024-08-12T16:01:28+02:00 upgpkg: 6.9.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = streamlink pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork) - pkgver = 6.8.3 + pkgver = 6.9.0 pkgrel = 1 url = https://streamlink.github.io/ arch = any @@ -26,12 +26,12 @@ pkgbase = streamlink depends = python-typing_extensions depends = python-websocket-client optdepends = ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+ - source = https://github.com/streamlink/streamlink/releases/download/6.8.3/streamlink-6.8.3.tar.gz - source = https://github.com/streamlink/streamlink/releases/download/6.8.3/streamlink-6.8.3.tar.gz.asc + source = https://github.com/streamlink/streamlink/releases/download/6.9.0/streamlink-6.9.0.tar.gz + source = https://github.com/streamlink/streamlink/releases/download/6.9.0/streamlink-6.9.0.tar.gz.asc validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618 - sha256sums = e3f51a567c08703092f91d0497a3fc2aefe327efcd725d03e66f3dcd11ed9b68 + sha256sums = 2ca9b0b17b80bc9d09a8422c390cb38d819af5566493960bf210d8fee221c17f sha256sums = SKIP - sha512sums = a5053ea38d4f444e478c0ea5d9ff9f858637a29f3bdfca532796bb178ad78e4de17623dabb64cccd141005688ff2dc7349246a01919e507483baea55e084b75c + sha512sums = 7ace33553dfdf7e45642347cc468c746ef9a7e400cd5629e326a93d5c0e57d77da1538b00ebf01665f147d41e5b8cc3de241dcc0b6b1b83329ecfb46950f8d00 sha512sums = SKIP pkgname = streamlink ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Josip Ponjavic <josipponjavic at gmail dot com> pkgname=streamlink -pkgver=6.8.3 +pkgver=6.9.0 pkgrel=1 pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)' arch=('any') @@ -15,9 +15,9 @@ makedepends=("python-"{build,installer,setuptools,wheel}) optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+') source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}) validpgpkeys=('CDAC41B9122470FAF357A9D344448A298D5C3618') # Streamlink signing key <streaml...@protonmail.com> -sha256sums=('e3f51a567c08703092f91d0497a3fc2aefe327efcd725d03e66f3dcd11ed9b68' +sha256sums=('2ca9b0b17b80bc9d09a8422c390cb38d819af5566493960bf210d8fee221c17f' 'SKIP') -sha512sums=('a5053ea38d4f444e478c0ea5d9ff9f858637a29f3bdfca532796bb178ad78e4de17623dabb64cccd141005688ff2dc7349246a01919e507483baea55e084b75c' +sha512sums=('7ace33553dfdf7e45642347cc468c746ef9a7e400cd5629e326a93d5c0e57d77da1538b00ebf01665f147d41e5b8cc3de241dcc0b6b1b83329ecfb46950f8d00' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/85787c5325c2cb1eba4643d07b7523080a01b7ec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/85787c5325c2cb1eba4643d07b7523080a01b7ec You're receiving this email because of your account on gitlab.archlinux.org.