diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-14 03:10:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-14 06:37:32 +0000 |
commit | 085aaeebdeba4ae5ee119fc11e22a149f5db9a00 (patch) | |
tree | c18598c980179b471310623505295436086e9154 | |
parent | 0108167defa526b52fbac318425727b0c0506e2e (diff) | |
download | aports-085aaeebdeba4ae5ee119fc11e22a149f5db9a00.tar.gz aports-085aaeebdeba4ae5ee119fc11e22a149f5db9a00.tar.bz2 aports-085aaeebdeba4ae5ee119fc11e22a149f5db9a00.tar.xz |
community/gst-plugins-bad: upgrade to 1.18.3
-rw-r--r-- | community/gst-plugins-bad/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index deebef527c..4bbb005fbf 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-bad -pkgver=1.18.2 +pkgver=1.18.3 pkgrel=0 pkgdesc="GStreamer streaming media framework bad plug-ins" url="https://gstreamer.freedesktop.org" @@ -54,4 +54,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="2735f845541b9a2670c5111cbb0a82ed4d56dbe6872bd81773ef34f9d83f3d8d0be9871d22a76642b57423b8b06cfe3c83f681702ffe3ac4e1a7d2eb4c0f9b35 gst-plugins-bad-1.18.2.tar.xz" +sha512sums="ce720fca0a8131a278c7bd1d2dfd85eb1020fba3b96229693f35e18aef95a3c01a2cc72eec44db4c8df01d379b548485604889aec1c377b8cce2d0159d9c6af4 gst-plugins-bad-1.18.3.tar.xz" |