diff options
-rw-r--r-- | development/cproto/cproto.SlackBuild | 3 | ||||
-rw-r--r-- | development/cproto/cproto.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/cproto/cproto.SlackBuild b/development/cproto/cproto.SlackBuild index 581ab5938b..90bd4971fc 100644 --- a/development/cproto/cproto.SlackBuild +++ b/development/cproto/cproto.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250128 bkw: update for v4.7x. # 20240805 bkw: update for v4.7w. # 20230309 bkw: update for v4.7v. # 20230102 bkw: update for v4.7u. @@ -14,7 +15,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cproto -VERSION=${VERSION:-4.7w} +VERSION=${VERSION:-4.7x} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/cproto/cproto.info b/development/cproto/cproto.info index 4f56794100..12852611db 100644 --- a/development/cproto/cproto.info +++ b/development/cproto/cproto.info @@ -1,8 +1,8 @@ PRGNAM="cproto" -VERSION="4.7w" +VERSION="4.7x" HOMEPAGE="https://invisible-island.net/cproto/" -DOWNLOAD="https://invisible-mirror.net/archives/cproto/cproto-4.7w.tgz" -MD5SUM="e27494d0cc39eb612e097dafda05b8ab" +DOWNLOAD="https://invisible-mirror.net/archives/cproto/cproto-4.7x.tgz" +MD5SUM="788cb6cf2a5c5f602733d9f63ffed014" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |