1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00

Merge pull request #8 from decentral1se/bump-latest-and-small-fixes

Bump version to 2.3.18 + small fixes
This commit is contained in:
JimboJoe 2019-07-28 09:14:53 +02:00 committed by GitHub
commit b5ce67f536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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=

View file

@ -5,7 +5,7 @@
# =============================================================================
# Package dependencies
pkg_dependencies="php5-gd php5-mcrypt"
pkg_dependencies="php5-gd php5-mcrypt php-mbstring"
# =============================================================================
# COMMON CACHET FUNCTIONS
@ -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