mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/uncrustify: Updated for version 0.77.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17f53b1a94
commit
4996ea548e
2 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for uncrustify
|
||||
# Copyright 2015-2022, Zhu Qun-Ying
|
||||
# Copyright 2015-2023, Zhu Qun-Ying
|
||||
#
|
||||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uncrustify
|
||||
VERSION=${VERSION:-0.76.0}
|
||||
VERSION=${VERSION:-0.77.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uncrustify"
|
||||
VERSION="0.76.0"
|
||||
VERSION="0.77.1"
|
||||
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
||||
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.76.0/uncrustify-uncrustify-0.76.0.tar.gz"
|
||||
MD5SUM="c8860880c51be98effd40ff9f0804fc5"
|
||||
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.77.1/uncrustify-uncrustify-0.77.1.tar.gz"
|
||||
MD5SUM="ef89ada67e0f46a701c190692b05fd5b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue