development/diffoscope: update to version 252.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brent Spillner 2023-12-03 18:17:51 +10:00 committed by Willy Sudiarto Raharjo
parent 841cf81500
commit 4558e8d249
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=diffoscope
VERSION=${VERSION:-106}
VERSION=${VERSION:-252}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="diffoscope"
VERSION="106"
VERSION="252"
HOMEPAGE="https://diffoscope.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/diffoscope/diffoscope-106.tar.gz"
MD5SUM="db1bc005772df139807dccf9ba19107d"
DOWNLOAD="https://diffoscope.org/archive/diffoscope-252.tar.bz2"
MD5SUM="bb1319a53b7225c300f6c9f48d295dfd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-libarchive-c python-magic"