diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-09-08 23:01:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-09-09 05:55:03 +0000 |
commit | 512c5642a5d8d4ab610d53eb683825f70a1dc5d6 (patch) | |
tree | 0f612f450ef0f52e92ade0c991a08fd856b80c24 | |
parent | 8d9eb3f50f6e29a0695459aedd10b2b5d56c8ff3 (diff) |
community/gst-plugins-good: upgrade to 1.18.5
-rw-r--r-- | community/gst-plugins-good/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index 9b77465ed3a..4a74706c37a 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-good -pkgver=1.18.4 -pkgrel=1 +pkgver=1.18.5 +pkgrel=0 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -82,4 +82,6 @@ gtk() { done } -sha512sums="764c66383c93e57f9c5e7742002013e07e7b25750d6974d6c07744433e8ceb7570e829e68278e2bc5214f77158311a6b3bfb013d615cf66205d8d7a9e2d54b86 gst-plugins-good-1.18.4.tar.xz" +sha512sums=" +c872f3bb1d5e8f1dcc9a226d161299de5113bc20694ef8c6b6d426f536e8b259a1751951fb69c9a7507ad42ef77b91aae9e4f6e957502dc94f48ed023ee70433 gst-plugins-good-1.18.5.tar.xz +" |