mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Bump upstream to 2.1.1
This commit is contained in:
parent
1f2863ad68
commit
e7ffa9512f
4 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Wetty for YunoHost
|
# Wetty for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/wetty)  
|
[](https://dash.yunohost.org/appci/app/wetty)  
|
||||||
[](https://install-app.yunohost.org/?app=wetty)
|
[](https://install-app.yunohost.org/?app=wetty)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)
|
Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)
|
||||||
|
|
||||||
**Shipped version:** 2.0.3~ynh5
|
**Shipped version:** 2.1.1~ynh0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ or
|
||||||
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Wetty pour YunoHost
|
# Wetty pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/wetty)  
|
[](https://dash.yunohost.org/appci/app/wetty)  
|
||||||
[](https://install-app.yunohost.org/?app=wetty)
|
[](https://install-app.yunohost.org/?app=wetty)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)
|
Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)
|
||||||
|
|
||||||
**Version incluse :** 2.0.3~ynh5
|
**Version incluse :** 2.1.1~ynh0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,4 +52,4 @@ ou
|
||||||
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/butlerx/wetty/archive/v2.0.3.tar.gz
|
SOURCE_URL=https://github.com/butlerx/wetty/archive/v2.1.1.tar.gz
|
||||||
SOURCE_SUM=721b73111dd3812b52ff7a84164afc37720d95d020bf6d97b09e4afbf6d1c859
|
SOURCE_SUM=a1943d699b819828f503f327c7f9ec7bc2702aa05c72af6400f4feea64e7fc3a
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
|
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
|
||||||
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
|
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
|
||||||
},
|
},
|
||||||
"version": "2.0.3~ynh6",
|
"version": "2.1.1~ynh0",
|
||||||
"url": "https://github.com/butlerx/wetty/",
|
"url": "https://github.com/butlerx/wetty/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue