dtach: update to 0.9

This commit is contained in:
cvh 2017-07-06 22:59:05 +02:00
parent 5e53dd9c38
commit 74eff6b4ba

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - http://www.libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-present Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,11 +17,11 @@
################################################################################ ################################################################################
PKG_NAME="dtach" PKG_NAME="dtach"
PKG_VERSION="0.8" PKG_VERSION="0.9"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://dtach.sourceforge.net" PKG_SITE="http://dtach.sourceforge.net"
PKG_URL="http://download.sourceforge.net/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://github.com/crigler/dtach/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="dtach - A program that emulates the detach feature of screen" PKG_SHORTDESC="dtach - A program that emulates the detach feature of screen"