1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

v0.1.8 (#29) mautrix-whatsapp url changed

* upstream app  url changed from https://github.com/tulir/mautrix-whatsapp to https://github.com/mautrix/whatsapp

* upgrade to v0.1.8

* Update check_process
* url source from older versions deprecated
This commit is contained in:
Gredin67 2021-08-14 00:56:56 +02:00 committed by GitHub
parent a95215f2ea
commit 72c1088476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 8 deletions

View file

@ -18,7 +18,8 @@
setup_private=0
setup_public=0
upgrade=1
upgrade=1 from_commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
#upgrade=1 from_commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
#upgrade=1 from_commit=a95215f2ea5d1f34b1c804f776e78c4785477023
backup_restore=1
multi_instance=1
port_already_use=1
@ -26,5 +27,7 @@
actions=0
config_panel=0
;;; Upgrade options
; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
name=0.1.6
# ; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
# name=0.1.6
# ; commit=a95215f2ea5d1f34b1c804f776e78c4785477023
# name=0.1.7

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/tulir/mautrix-whatsapp/archive/refs/tags/v0.1.7.zip
SOURCE_SUM=bcb95d2a1ae48cd88c5170960fadcc4dc5efb26ef7e7051f840fde2c3872540e
SOURCE_URL=https://github.com/mautrix/whatsapp/archive/v0.1.8.tar.gz
SOURCE_SUM=66d696d868293bad9cb9b47403d1afda0a4fec3fd294599fa42344cf298b7f33
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
#SOURCE_FILENAME=

View file

@ -6,8 +6,8 @@
"en": "A WhatsApp puppeting bridge for Matrix/Synapse.",
"fr": "Passerelle WhatsApp pour Matrix/Synapse."
},
"version": "0.1.7~ynh3",
"url": "https://github.com/tulir/mautrix-whatsapp",
"version": "0.1.8~ynh1",
"url": "https://github.com/mautrix/whatsapp",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Gredin67",