mirror of
https://github.com/YunoHost-Apps/shlink_ynh.git
synced 2024-09-03 20:16:22 +02:00
Merge pull request #16 from YunoHost-Apps/ci-auto-update-4.0.3
Upgrade to v4.0.3
This commit is contained in:
commit
377b323660
3 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
|
||||
|
||||
Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances.
|
||||
**Shipped version:** 4.0.1~ynh1
|
||||
**Shipped version:** 4.0.3~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -39,7 +39,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade shlink -u https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
|
||||
|
||||
Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances.
|
||||
**Version incluse :** 4.0.1~ynh1
|
||||
**Version incluse :** 4.0.3~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -39,7 +39,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade shlink -u https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Shlink"
|
|||
description.en = "Self-hosted URL shortener"
|
||||
description.fr = "Raccourcisseur d'URL auto-hébergé"
|
||||
|
||||
version = "4.0.1~ynh1"
|
||||
version = "4.0.3~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
|||
autoupdate.asset = "^shlink-web-client_.*_dist.zip$"
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/shlinkio/shlink/releases/download/v4.0.1/shlink4.0.1_php8.2_dist.zip"
|
||||
sha256 = "16a7a9ea5c687ae8fd9f450bb27e287ce0050e1934adf1784dd9dcdd6148fddd"
|
||||
url = "https://github.com/shlinkio/shlink/releases/download/v4.0.3/shlink4.0.3_php8.2_dist.zip"
|
||||
sha256 = "78d695d4869041c1e85607046263324018cfbc06ddf1d84ca46bb781e594d290"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.upstream = "https://github.com/shlinkio/shlink"
|
||||
autoupdate.asset = "^shlink.*_php8.2_dist.zip$"
|
||||
|
|
Loading…
Add table
Reference in a new issue