diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-18 23:11:58 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-18 23:13:01 +0200 |
commit | 97df69bdb57bbb3ec90c635456dbf1c51492e214 (patch) | |
tree | 2beb61383bd0f3eabddcdf02d6965845a2893c64 /libs/libvpx | |
parent | e291d680558f40ae6d0d0a7006ac1991a6910d2f (diff) |
libvpx: update to version 1.8.2
- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'libs/libvpx')
-rw-r--r-- | libs/libvpx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 5aab2602c..1e1b5212d 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.8.1 +PKG_VERSION:=1.8.2 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz -PKG_MIRROR_HASH:=6703842a870727b621a82efe5b2ff6f5553d41f7b0905dd4fde1f8bdf062d6ea +PKG_MIRROR_HASH:=51e871a928fe98f14fd08285cb9b64c0d540b36b630ee7d47bc464e909366db7 PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) @@ -22,7 +22,6 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_CPE_ID:=cpe:/a:john_koleszar:libvpx PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com> - PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -36,7 +35,7 @@ define Package/libvpx SECTION:=libs CATEGORY:=Libraries TITLE:=libvpx - URL:=http://www.webmproject.org/ + URL:=https://www.webmproject.org/ DEPENDS:=+libpthread ABI_VERSION:=$(PKG_ABI_VERSION) endef |