diff options
author | prspkt <prspkt@protonmail.com> | 2018-10-03 08:11:29 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-09 08:31:42 +0000 |
commit | 4dbe418a4b665e13e02a1e1a9d8135202ffee0c3 (patch) | |
tree | db04d91040c56dcc9d07eeaa6de0b9555cd19ec8 /community/gst-plugins-good | |
parent | bc0dfac16789ceafa58687224fe7278f86e9eaa1 (diff) | |
download | aports-4dbe418a4b665e13e02a1e1a9d8135202ffee0c3.tar.bz2 aports-4dbe418a4b665e13e02a1e1a9d8135202ffee0c3.tar.xz |
community/gst-plugins-good: upgrade to 1.14.4
Diffstat (limited to 'community/gst-plugins-good')
-rw-r--r-- | community/gst-plugins-good/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index c8a01e7027..273d589f41 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-good -pkgver=1.14.2 +pkgver=1.14.4 pkgrel=0 pkgdesc="GStreamer Multimedia Framework Good Plugins" url="https://gstreamer.freedesktop.org" @@ -116,4 +116,4 @@ doc() { replaces="${pkgname}1-doc" } -sha512sums="26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05 gst-plugins-good-1.14.2.tar.xz" +sha512sums="30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504 gst-plugins-good-1.14.4.tar.xz" |