diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-07 23:59:07 +0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-11 14:17:30 +0000 |
commit | 766cdb3f2e6254ed264bc5e9eeca901081550c88 (patch) | |
tree | f8bd81766c936acf0da7e5eadf6c18f63985d75e | |
parent | 1166550b6876527b34354df291f526ff6099dd93 (diff) | |
download | aports-766cdb3f2e6254ed264bc5e9eeca901081550c88.tar.bz2 aports-766cdb3f2e6254ed264bc5e9eeca901081550c88.tar.xz |
community/gst-plugins-bad: upgrade to 1.14.1
-rw-r--r-- | community/gst-plugins-bad/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index e89fb93348..8cdf7da490 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-bad -pkgver=1.14.0 -pkgrel=1 +pkgver=1.14.1 +pkgrel=0 pkgdesc="GStreamer bad plugins" -url="https://gstreamer.freedesktop.org/" +url="https://gstreamer.freedesktop.org" arch="all" license="GPL-2.0-or-later LGPL-2.0-or-later" replaces="gst-plugins-bad1" @@ -75,5 +75,5 @@ doc() { default_doc replaces="${pkgname}1-doc" } -sha512sums="3f64dc428e2c1890f05d2c718215ff4b78a8262255ea61e746b436dc9ce1d3e0671db9cf3640f9a7453434297cac3a134272de7785818dfc5a6011ce8584842f gst-plugins-bad-1.14.0.tar.xz +sha512sums="6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729 gst-plugins-bad-1.14.1.tar.xz 82106a8fa7ac01c63c3298c33a3b6177a4115f380d475634ea8ba4c67654f96275ab4b35eb4ea712a997165fefa7e9b65fd6b14ed3cea478c200d7e8d61423c4 libressl270-dtsl_method.patch" |