diff --git a/conf/app.src b/conf/app.src index e31c739..0f346dd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://releases.rocket.chat/3.16.0/download -SOURCE_SUM=c77aeed2a5eda4a3e9dfde8cfb742f32138638a3a44d0e9e38005992fcadb45b +SOURCE_URL=https://releases.rocket.chat/3.16.2/download +SOURCE_SUM=97c0ddcdb8ceb95bf87282368d4f6193e1fa86e33a8f139593ca93521159c728 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=rocket.chat-3.16.0.tgz +SOURCE_FILENAME=rocket.chat-3.16.2.tgz SOURCE_EXTRACT=true \ No newline at end of file diff --git a/conf/mongod.conf b/conf/mongod.conf deleted file mode 100644 index 4bedf87..0000000 --- a/conf/mongod.conf +++ /dev/null @@ -1,44 +0,0 @@ -# mongod.conf - -# for documentation of all options, see: -# http://docs.mongodb.org/manual/reference/configuration-options/ - -# Where and how to store data. -storage: - dbPath: /var/lib/mongodb - journal: - enabled: true -engine: wiredTiger -# mmapv1: -# wiredTiger: - -# where to write logging data. -systemLog: - destination: file - logAppend: true - path: /var/log/mongodb/mongod.log - -# network interfaces -net: - port: 27017 - bindIp: 127.0.0.1 - - -# how the process runs -processManagement: - timeZoneInfo: /usr/share/zoneinfo - -#security: - -#operationProfiling: - -replication: - replSetName: "rs01" - -#sharding: - -## Enterprise-Only Options: - -#auditLog: - -#snmp: diff --git a/manifest.json b/manifest.json index d246846..15a0448 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "rocketchat", "packaging_format": 1, "description": { - "en": "the ultimate chat platform", - "fr": "the ultimate chat platform" + "en": "Team collaboration communication platform", + "fr": "Plateforme de communication collaborative en équipe" }, - "version": "3.16.0~ynh1", + "version": "3.16.2~ynh1", "url": "https://rocket.chat", "upstream": { "license": "GPL-3.0",