diff options
author | W. Michael Petullo <mike@flyn.org> | 2021-05-11 10:16:32 -0500 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2021-05-11 10:16:32 -0500 |
commit | a9b9f92247bc16936387f49393f9a8ad0b4436e8 (patch) | |
tree | 8f88f8efe0d6b277c20117047291916fe215b832 /multimedia/gst1-plugins-base | |
parent | 60aaaa8210252324903124e0b650116834cf33cf (diff) |
gst1-plugins-base: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'multimedia/gst1-plugins-base')
-rw-r--r-- | multimedia/gst1-plugins-base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile index acdcdb575..3954576a6 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.1 -PKG_RELEASE:=1 +PKG_VERSION:=1.18.4 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-base -PKG_HASH:=1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641 +PKG_HASH:=29e53229a84d01d722f6f6db13087231cdf6113dd85c25746b9b58c3d68e8323 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \ |