diff options
author | W. Michael Petullo <mike@flyn.org> | 2020-11-19 12:54:59 -0600 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2020-11-19 12:54:59 -0600 |
commit | 549d37d21631ede6e9fa4b65667c6c1c18af28cb (patch) | |
tree | 4a5f838d9f039c4b3808e7999c8f6befede4967d /multimedia/gst1-plugins-base | |
parent | 08773852a16bdea29136dd9a8232a63b24fd4d26 (diff) |
gst1-plugins-base: update to 1.18.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'multimedia/gst1-plugins-base')
-rw-r--r-- | multimedia/gst1-plugins-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile index b5389ef3c..227cc4d0b 100644 --- a/multimedia/gst1-plugins-base/Makefile +++ b/multimedia/gst1-plugins-base/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-base -PKG_VERSION:=1.18.0 +PKG_VERSION:=1.18.1 PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-base -PKG_HASH:=762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897 +PKG_HASH:=1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \ |