mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/astyle: Updated for version 3.4.10.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d112335335
commit
39f8fec069
2 changed files with 6 additions and 4 deletions
|
@ -34,6 +34,8 @@
|
|||
# along with this program (most likely, a file named COPYING). If
|
||||
# not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# 20231101 bkw: update for v3.4.10.
|
||||
|
||||
# 20230918 bkw: update for v3.4.6, fix zsh completion.
|
||||
|
||||
# 20230818 bkw:
|
||||
|
@ -58,7 +60,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=astyle
|
||||
VERSION=${VERSION:-3.4.6}
|
||||
VERSION=${VERSION:-3.4.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astyle"
|
||||
VERSION="3.4.6"
|
||||
VERSION="3.4.10"
|
||||
HOMEPAGE="https://astyle.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.6.tar.bz2"
|
||||
MD5SUM="721be5df49a414ae286271eef607e12f"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.10.tar.bz2"
|
||||
MD5SUM="e43b42d92ea7e0057326992bfbb1afe8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue