system/ddcutil: Updated for version 0.9.7.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Arkadiusz Drabczyk 2019-10-27 07:33:07 +01:00 committed by Robby Workman
parent c5f51f439d
commit cd16fcfd27
2 changed files with 5 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ddcutil
VERSION=${VERSION:-0.8.6}
VERSION=${VERSION:-0.9.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,10 +69,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \

View file

@ -1,8 +1,8 @@
PRGNAM="ddcutil"
VERSION="0.8.6"
VERSION="0.9.7"
HOMEPAGE="http://ddcutil.com/"
DOWNLOAD="https://github.com/rockowitz/ddcutil/archive/v0.8.6/ddcutil-0.8.6.tar.gz"
MD5SUM="4cb18bb13505e1713736c35f5e8f6237"
DOWNLOAD="https://github.com/rockowitz/ddcutil/archive/v0.9.7/ddcutil-0.9.7.tar.gz"
MD5SUM="427c956956ac8c9afdc8e18c76a8e3b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""