diff options
author | Arkadiusz Drabczyk <arkadiusz@drabczyk.org> | 2019-10-27 07:33:07 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:18:22 -0500 |
commit | cd16fcfd27cb83ee01ac172e5be9e5b7fe04f1e3 (patch) | |
tree | acc392dd9f3956e7da04174886c38e0375338939 /system/ddcutil | |
parent | c5f51f439d8fda1afd59f0a328e6ac6aa6ff7661 (diff) | |
download | slackbuilds-cd16fcfd27cb83ee01ac172e5be9e5b7fe04f1e3.tar.gz |
system/ddcutil: Updated for version 0.9.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/ddcutil')
-rw-r--r-- | system/ddcutil/ddcutil.SlackBuild | 5 | ||||
-rw-r--r-- | system/ddcutil/ddcutil.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/system/ddcutil/ddcutil.SlackBuild b/system/ddcutil/ddcutil.SlackBuild index 9a88356804..f19dc83435 100644 --- a/system/ddcutil/ddcutil.SlackBuild +++ b/system/ddcutil/ddcutil.SlackBuild @@ -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 \ diff --git a/system/ddcutil/ddcutil.info b/system/ddcutil/ddcutil.info index acd1af4c28..21906ddac4 100644 --- a/system/ddcutil/ddcutil.info +++ b/system/ddcutil/ddcutil.info @@ -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="" |