Merge pull request #1253 from MilhouseVH/lirc_stable_8.0

lirc: use stable pkg_url [backport]
This commit is contained in:
Peter V 2017-01-31 15:30:27 +01:00 committed by GitHub
commit 83ef1f2ea9

View File

@ -21,7 +21,7 @@ PKG_VERSION="0.9.4c"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.lirc.org" PKG_SITE="http://www.lirc.org"
PKG_URL="$SOURCEFORGE_SRC/lirc/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="https://sourceforge.net/projects/lirc/files/LIRC/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain libftdi1 libusb-compat libxslt" PKG_DEPENDS_TARGET="toolchain libftdi1 libusb-compat libxslt"
PKG_SECTION="sysutils/remote" PKG_SECTION="sysutils/remote"
PKG_SHORTDESC="lirc: Linux Infrared Remote Control" PKG_SHORTDESC="lirc: Linux Infrared Remote Control"