diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 13:40:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 16:10:56 +0100 |
commit | 579f1c377c738fe76ce0e6d33c0aae0ba3313d7b (patch) | |
tree | 3e000f97039e64cfb3b7f36aa8f810ef24c84411 /community/gst-plugins-ugly | |
parent | 873975fcc81b21d0e20de0ec2d1f707763577fa9 (diff) | |
download | aports-579f1c377c738fe76ce0e6d33c0aae0ba3313d7b.tar.bz2 aports-579f1c377c738fe76ce0e6d33c0aae0ba3313d7b.tar.xz |
community/gst-plugins-ugly: upgrade to 1.16.2
Diffstat (limited to 'community/gst-plugins-ugly')
-rw-r--r-- | community/gst-plugins-ugly/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gst-plugins-ugly/APKBUILD b/community/gst-plugins-ugly/APKBUILD index 96e02005a9..641b8ee24a 100644 --- a/community/gst-plugins-ugly/APKBUILD +++ b/community/gst-plugins-ugly/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-ugly -pkgver=1.16.1 -pkgrel=2 +pkgver=1.16.2 +pkgrel=0 pkgdesc="GStreamer streaming media framework ugly plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -44,4 +44,4 @@ doc() { replaces="${pkgname}1-doc" } -sha512sums="43a5c5b29dcd0968ccf7049c0d866510ca42f72bc0882c5e2b36ee6feb7074fdb32d858c284f8a650e28c47ef20f03fb376e0da1a0c01650ee4453068502700f gst-plugins-ugly-1.16.1.tar.xz" +sha512sums="9f393043f51b12b376607e68b3b86437af86e321e3a3566e59c7f3507ed26622211df87e30a23bcc927f37bc11f53ca3b29f1b12bf58e623ce18edc88a9cdee3 gst-plugins-ugly-1.16.2.tar.xz" |