diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-03-28 00:21:58 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-03-30 01:18:43 -0700 |
commit | b266b21306f3ad001ae2ae83be1605c631658461 (patch) | |
tree | 32e6d514b0fb71bcb308932c6ac74fe22c19e22f /libs/libv4l/Makefile | |
parent | ceb1965cb8bf8d2fe3fcef7913a8f4283a4ad4e5 (diff) |
v4l-utils: Update to 1.16.5
Add Alpine Linux patch that fixes a crash under Musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libv4l/Makefile')
-rw-r--r-- | libs/libv4l/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index b034e3638..23b891a3d 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l-utils -PKG_VERSION:=1.16.3 +PKG_VERSION:=1.16.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.linuxtv.org/downloads/v4l-utils -PKG_HASH:=7c5c0d49c130cf65d384f28e9f3a53c5f7d17bf18740c48c40810e0fbbed5b54 +PKG_HASH:=ed80242510385017a1dc566e17a285a77222bb301f5bc19386badfcc2c19df1b PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0 LGPL-2.1 @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/libv4l/Default TITLE:=Video 4 Linux - URL:=http://www.linuxtv.org/ + URL:=https://www.linuxtv.org/ endef define Package/libv4l/Default/description |