diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/icdiff/icdiff.SlackBuild | 3 | ||||
-rw-r--r-- | development/icdiff/icdiff.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/icdiff/icdiff.SlackBuild b/development/icdiff/icdiff.SlackBuild index 364252f6d19b..c933b504cc70 100644 --- a/development/icdiff/icdiff.SlackBuild +++ b/development/icdiff/icdiff.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230901 bkw: updated for v2.0.7. # 20230103 bkw: updated for v2.0.6. # 20210831 bkw: updated for v2.0.4. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=icdiff -VERSION=${VERSION:-2.0.6} +VERSION=${VERSION:-2.0.7} SRCVER=release-$VERSION BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/icdiff/icdiff.info b/development/icdiff/icdiff.info index 9455bc3ced72..324b3900a5d9 100644 --- a/development/icdiff/icdiff.info +++ b/development/icdiff/icdiff.info @@ -1,8 +1,8 @@ PRGNAM="icdiff" -VERSION="2.0.6" +VERSION="2.0.7" HOMEPAGE="https://www.jefftk.com/icdiff" -DOWNLOAD="https://github.com/jeffkaufman/icdiff/archive/release-2.0.6/icdiff-release-2.0.6.tar.gz" -MD5SUM="7db2c71419688e4c33c5b6aeab14372b" +DOWNLOAD="https://github.com/jeffkaufman/icdiff/archive/release-2.0.7/icdiff-release-2.0.7.tar.gz" +MD5SUM="0349f21aef82c934e7f30266ad098df2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |