diff options
-rw-r--r-- | development/tcc/tcc.SlackBuild | 4 | ||||
-rw-r--r-- | development/tcc/tcc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/tcc/tcc.SlackBuild b/development/tcc/tcc.SlackBuild index c5a499b0870b0..6ad16282256ab 100644 --- a/development/tcc/tcc.SlackBuild +++ b/development/tcc/tcc.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tcc -VERSION=${VERSION:-0.9.27} +VERSION=${VERSION:-20220221_308d8d1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,7 +74,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/tcc/tcc.info b/development/tcc/tcc.info index a9941a1b439f8..93a388f4193ef 100644 --- a/development/tcc/tcc.info +++ b/development/tcc/tcc.info @@ -1,8 +1,8 @@ PRGNAM="tcc" -VERSION="0.9.27" +VERSION="20220221_308d8d1" HOMEPAGE="http://www.tinycc.org/" -DOWNLOAD="http://download.savannah.nongnu.org/releases/tinycc/tcc-0.9.27.tar.bz2" -MD5SUM="9cdb185555da76db90287db351ca40b8" +DOWNLOAD="https://ponce.cc/slackware/sources/repo/tcc-20220221_308d8d1.tar.xz" +MD5SUM="51de1d1e70c73d07143338554332b227" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |