From 9a5e94fb6e5ed5dae11275ab817b38e5e71622fc Mon Sep 17 00:00:00 2001 From: chewitt Date: Wed, 12 Apr 2017 16:17:32 +0100 Subject: [PATCH] misc-firmware: change repo and update to 0ed3d22 --- packages/linux-firmware/misc-firmware/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/linux-firmware/misc-firmware/package.mk b/packages/linux-firmware/misc-firmware/package.mk index 462bc7ae66..b51f83a6ec 100644 --- a/packages/linux-firmware/misc-firmware/package.mk +++ b/packages/linux-firmware/misc-firmware/package.mk @@ -17,11 +17,11 @@ ################################################################################ PKG_NAME="misc-firmware" -PKG_VERSION="0.0.17" +PKG_VERSION="0ed3d22" PKG_ARCH="any" PKG_LICENSE="Free-to-use" -PKG_SITE="https://github.com/OpenELEC/misc-firmware" -PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" +PKG_SITE="https://github.com/LibreELEC/misc-firmware" +PKG_URL="https://github.com/LibreELEC/misc-firmware/archive/$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="toolchain" PKG_SECTION="firmware" PKG_SHORTDESC="misc-firmware: firmwares for various drivers"