mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pcc: Updated for version 1.2.0.DEVEL+20230108.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22aa04a66e
commit
005549450a
2 changed files with 8 additions and 6 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230108 bkw: updated for 1.2.0.DEVEL+20230108.
|
||||
|
||||
# 20210906 bkw:
|
||||
# - updated for 1.2.0.DEVEL+20210905. Putting the .DEVEL in VERSION
|
||||
# is a bit unsightly, but it matches the output of "pcc --version"
|
||||
|
@ -46,7 +48,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pcc
|
||||
VERSION=${VERSION:-1.2.0.DEVEL+20210905}
|
||||
VERSION=${VERSION:-1.2.0.DEVEL+20230108}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pcc"
|
||||
VERSION="1.2.0.DEVEL+20210905"
|
||||
VERSION="1.2.0.DEVEL+20230108"
|
||||
HOMEPAGE="http://pcc.ludd.ltu.se/"
|
||||
DOWNLOAD="http://pcc.ludd.ltu.se/ftp/pub/pcc/2021/pcc-20210905.tgz \
|
||||
http://pcc.ludd.ltu.se/ftp/pub/pcc-libs/2021/pcc-libs-20210905.tgz"
|
||||
MD5SUM="6c724a95251c4cffdebc5ae0c3d975ee \
|
||||
a8d1ed9033b72cb3279b483c83c99582"
|
||||
DOWNLOAD="http://pcc.ludd.ltu.se/ftp/pub/pcc/pcc-20230108.tgz \
|
||||
http://pcc.ludd.ltu.se/ftp/pub/pcc-libs/pcc-libs-20230108.tgz"
|
||||
MD5SUM="bb6efe9e9cf4c34d9dc91bd8d875aac3 \
|
||||
f3758725f766df5721d106ab8b21926a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue