summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andy Goth2018-09-30 17:28:10 +0200
committer Willy Sudiarto Raharjo2018-10-06 02:25:14 +0200
commit43d83f23beedebabfeddbade70ffab79f2823388 (patch)
tree8b305ce4cdd1ef1a2efbcf8e29e270ba6c2bda05
parent83790221a5613eb1e25e9edd52c1d8e9b9f8bb4c (diff)
downloadslackbuilds-43d83f23beedebabfeddbade70ffab79f2823388.tar.gz
development/fossil: Updated for version 2.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/fossil/README3
-rw-r--r--development/fossil/fossil.SlackBuild2
-rw-r--r--development/fossil/fossil.info6
-rw-r--r--development/fossil/slack-desc8
4 files changed, 10 insertions, 9 deletions
diff --git a/development/fossil/README b/development/fossil/README
index d3571a0b50..3e554b0278 100644
--- a/development/fossil/README
+++ b/development/fossil/README
@@ -5,7 +5,7 @@ Features:
- tamper-proof artifact record
- simple command-line interface
-- customizable web interface with JSON, RSS, and built-in wiki
+- customizable web interface with JSON, RSS, and built-in wiki and forum
- online project documentation with full-text search capability
- online activity and ticket reports
- user accounts with access controls
@@ -22,6 +22,7 @@ Features:
- support for Docker
- unversioned file area for builds, statistics, other ephemeral content
- optional PGP signing of commits
+- users can subscribe to email alerts to be notified of event types
- private branch which are excluded from syncs until published
- bundles group a change set (e.g. a private branch) into a single file
- users can make their own repositories, no need for special privileges
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild
index 3536685575..7cf55008a9 100644
--- a/development/fossil/fossil.SlackBuild
+++ b/development/fossil/fossil.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fossil
-VERSION=${VERSION:-2.6}
+VERSION=${VERSION:-2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/fossil/fossil.info b/development/fossil/fossil.info
index c4ac687821..3bf7466b86 100644
--- a/development/fossil/fossil.info
+++ b/development/fossil/fossil.info
@@ -1,8 +1,8 @@
PRGNAM="fossil"
-VERSION="2.6"
+VERSION="2.7"
HOMEPAGE="https://www.fossil-scm.org/"
-DOWNLOAD="https://fossil-scm.org/index.html/uv/fossil-src-2.6.tar.gz"
-MD5SUM="9701dabc0843a62eb2e2c66cb169db0e"
+DOWNLOAD="https://fossil-scm.org/index.html/uv/fossil-src-2.7.tar.gz"
+MD5SUM="b00819c45cb6518065540ce0704b0884"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/development/fossil/slack-desc b/development/fossil/slack-desc
index a41c02fd2a..0eb1aec159 100644
--- a/development/fossil/slack-desc
+++ b/development/fossil/slack-desc
@@ -11,9 +11,9 @@ fossil:
fossil: Fossil is a distributed version control and ticket tracking system
fossil: created by D. Richard Hipp, primary author of SQLite. Features:
fossil: simple command-line interface, coherent versioning across all files,
-fossil: easy branching and merging, customizable web interface, built-in wiki,
-fossil: SHA3-256 and hardened SHA1 checksums, FUSE filesystem, and automated
-fossil: replication and backup. Content is stored using SQLite for atomicity,
-fossil: durability, and effortless administration.
+fossil: easy branching and merging, customizable web interface, built-in wiki
+fossil: and forum, SHA3-256 and hardened SHA1 checksums, FUSE filesystem, and
+fossil: automated replication and backup. Content is stored using SQLite for
+fossil: atomicity, durability, and effortless administration.
fossil:
fossil: Project Site: https://www.fossil-scm.org/