Skip to content

Commit

Permalink
Merge pull request #8 from decentral1se/bump-latest-and-small-fixes
Browse files Browse the repository at this point in the history
Bump version to 2.3.18 + small fixes
  • Loading branch information
JimboJoe committed Jul 28, 2019
2 parents 2711c06 + 0c4d42c commit b5ce67f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a [Cachet](https://cachethq.io/) package for YunoHost.

---

**Shipped version:** 2.3.15
**Shipped version:** 2.3.18

[Cachet](https://cachethq.io/) is a free, open source status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io.

Expand Down
6 changes: 3 additions & 3 deletions conf/app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/CachetHQ/Cachet/archive/v2.3.15.tar.gz
SOURCE_SUM=8e7ebbdbbc101403c47a286de796b648149ab362d71f16bdf7dba8f0416fd720
SOURCE_URL=https://github.com/CachetHQ/Cachet/archive/v2.3.18.tar.gz
SOURCE_SUM=ba74a1f83a0d4f800d02584de285bfabe28b4c5e2408b23af30a2dee9d65174d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_FILENAME=
4 changes: 2 additions & 2 deletions scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# =============================================================================

# Package dependencies
pkg_dependencies="php5-gd php5-mcrypt"
pkg_dependencies="php5-gd php5-mcrypt php-mbstring"

# =============================================================================
# COMMON CACHET FUNCTIONS
Expand Down Expand Up @@ -36,7 +36,7 @@ init_composer() {

# update dependencies to create composer.lock
exec_composer "$destdir" install --no-dev \
|| ynh_die "Unable to update Roundcube core dependencies"
|| ynh_die "Unable to update Cachet core dependencies"
}

# Execute a command with occ
Expand Down

0 comments on commit b5ce67f

Please sign in to comment.