mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/fossil: Updated for version 2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0799051b2f
commit
7a93c11973
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ Features:
|
|||
|
||||
- tamper-proof artifact record
|
||||
- simple command-line interface
|
||||
- customizable web interface with JSON, RSS, and built-in wiki and forum
|
||||
- customizable web interface with JSON, RSS, CGI, wiki, and forum
|
||||
- online project documentation with full-text search capability
|
||||
- online activity and ticket reports
|
||||
- user accounts with access controls
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fossil
|
||||
VERSION=${VERSION:-2.9}
|
||||
VERSION=${VERSION:-2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fossil"
|
||||
VERSION="2.9"
|
||||
VERSION="2.10"
|
||||
HOMEPAGE="https://fossil-scm.org/"
|
||||
DOWNLOAD="https://fossil-scm.org/home/uv/fossil-src-2.9.tar.gz"
|
||||
MD5SUM="589cccb4d416326c577a99da2a836eeb"
|
||||
DOWNLOAD="https://fossil-scm.org/home/uv/fossil-src-2.10.tar.gz"
|
||||
MD5SUM="6749ddea8924ef590ed3279713f397fd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue