diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-26 15:56:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-27 01:09:57 +0700 |
commit | 2f439b992a8835bfa1fac525cac02aef7ae0b4cb (patch) | |
tree | 3b7f32c35c27165d102838de7ed7a7ee709b5d7d | |
parent | 15c851cf1801b19aa0ce58824e65051ffb57ead1 (diff) | |
download | slackbuilds-2f439b992a8835bfa1fac525cac02aef7ae0b4cb.tar.gz |
development/tcc: Updated for version 20220221_308d8d1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c5a499b087..6ad1628225 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 a9941a1b43..93a388f419 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="" |