diff options
author | Nicolas Lorin <androw95220@gmail.com> | 2022-03-30 19:59:58 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2022-04-05 19:18:47 +0000 |
commit | b66d69849f0fae2131efb4c26ef63651d182be06 (patch) | |
tree | d5e9c5cc90dca29b32fd558fe8a4761cad1c87e8 | |
parent | f43c9f363a0cd30c285b2c981d1e4b9f33c919bc (diff) | |
download | aports-b66d69849f0fae2131efb4c26ef63651d182be06.tar.gz aports-b66d69849f0fae2131efb4c26ef63651d182be06.tar.bz2 aports-b66d69849f0fae2131efb4c26ef63651d182be06.tar.xz |
main/libvdpau: upgrade to 1.5
-rw-r--r-- | main/libvdpau/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libvdpau/APKBUILD b/main/libvdpau/APKBUILD index 2993800ceca..d25a2269685 100644 --- a/main/libvdpau/APKBUILD +++ b/main/libvdpau/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvdpau -pkgver=1.4 +pkgver=1.5 pkgrel=0 pkgdesc="Hardware-accelerated video playback library" url="https://gitlab.freedesktop.org/vdpau/libvdpau" @@ -26,4 +26,6 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="5329ef08d749a5835c4df303339956a027c66ab0d83d94adb1c0469cdca29a82c2300b0da50bee4a4d6f6e966a1aad9b40b73dc3b796d73566cea81a86ac731d libvdpau-1.4.tar.gz" +sha512sums=" +cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5 libvdpau-1.5.tar.gz +" |