mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/fossil: Updated for version 1.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a9a51ea870
commit
5bfc33d67c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fossil
|
||||
|
||||
# Copyright 2015 Andy Goth <andrew.m.goth@gmail.com>
|
||||
# Copyright 2016 Andy Goth <andrew.m.goth@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fossil
|
||||
VERSION=${VERSION:-1.33}
|
||||
VERSION=${VERSION:-1.34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fossil"
|
||||
VERSION="1.33"
|
||||
VERSION="1.34"
|
||||
HOMEPAGE="https://www.fossil-scm.org/"
|
||||
DOWNLOAD="https://www.fossil-scm.org/download/fossil-src-1.33.tar.gz"
|
||||
MD5SUM="53f8145084a2065d6cb734980c172c7e"
|
||||
DOWNLOAD="https://www.fossil-scm.org/download/fossil-src-1.34.tar.gz"
|
||||
MD5SUM="3d5a7da5c506a47784942236a788b29b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue