mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/fossil: Updated for version 2.13.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1e89498e6c
commit
93aa72b514
3 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@ Features:
|
|||
- simple command-line interface
|
||||
- customizable web interface with JSON, RSS, CGI, wiki, and forum
|
||||
- online project documentation with full-text search capability
|
||||
- integrated PIC-like markup language for creating diagrams
|
||||
- online activity and ticket reports
|
||||
- user accounts with access controls
|
||||
- coherent versioning across all files
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fossil
|
||||
VERSION=${VERSION:-2.12.1}
|
||||
VERSION=${VERSION:-2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fossil"
|
||||
VERSION="2.12.1"
|
||||
VERSION="2.13"
|
||||
HOMEPAGE="https://fossil-scm.org/"
|
||||
DOWNLOAD="https://fossil-scm.org/home/uv/fossil-src-2.12.1.tar.gz"
|
||||
MD5SUM="55644270d8494fc5af25128ec56d178b"
|
||||
DOWNLOAD="https://fossil-scm.org/home/uv/fossil-src-2.13.tar.gz"
|
||||
MD5SUM="521ef0cbdeb387d1647c5f1cb0278028"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue