diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-04 23:37:17 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-04 23:37:17 +0200 |
| commit | 81d0ce945f51e9b5a0f416347382f1448ee2bc5f (patch) | |
| tree | 151cad11f2d515f17c3089b18caf0906af9b9bab /redmine | |
| parent | 1226f5dc0a867f4e594782930cb5f4651efd7efc (diff) | |
| download | slackbuilds-81d0ce945f51e9b5a0f416347382f1448ee2bc5f.tar.gz | |
redmine: Updated for version 7.0.0
Diffstat (limited to 'redmine')
| -rw-r--r-- | redmine/README | 8 | ||||
| -rw-r--r-- | redmine/redmine.SlackBuild | 2 | ||||
| -rw-r--r-- | redmine/redmine.info | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/redmine/README b/redmine/README index a9656b3..d60b1b3 100644 --- a/redmine/README +++ b/redmine/README @@ -1,10 +1,16 @@ Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database. -Redmine 6.1 requires Ruby 3.2 at minimum. Use rbenv to install an +Redmine 7.0 requires Ruby 3.2 at minimum. Use rbenv to install an appropriate Ruby version. The installation directory can be changed by setting the DOCROOT environment variable. "redmine"-directory will be created inside the DOCROOT. REDMINE_USER and REDMINE_GROUP are used to set the owner of the redmine directory and its contents. + +Do "bundle update" after an installation or update to install the +dependencies for the used Ruby version and see the upgrading guide +for final steps: + +https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade diff --git a/redmine/redmine.SlackBuild b/redmine/redmine.SlackBuild index d4e9d4e..b85d9b9 100644 --- a/redmine/redmine.SlackBuild +++ b/redmine/redmine.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=redmine -VERSION=${VERSION:-6.1.3} +VERSION=${VERSION:-7.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/redmine/redmine.info b/redmine/redmine.info index fcb381b..2fcc553 100644 --- a/redmine/redmine.info +++ b/redmine/redmine.info @@ -1,8 +1,8 @@ PRGNAM="redmine" -VERSION="6.1.3" +VERSION="7.0.0" HOMEPAGE="https://www.redmine.org/" -DOWNLOAD="https://www.redmine.org/releases/redmine-6.1.3.tar.gz" -MD5SUM="c6d478f0d47d221d34d4f88963a4b822" +DOWNLOAD="https://www.redmine.org/releases/redmine-7.0.0.tar.gz" +MD5SUM="3cc22f3dd6be3d4ed59a61395fe1a76a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |
