mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Merge pull request #42 from YunoHost-Apps/ci-auto-update-sources
Upgrade sources
This commit is contained in:
commit
d32df38f99
3 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -42,7 +42,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
|||
* Official app website: <https://yourls.org/>
|
||||
* Official admin documentation: <https://docs.yourls.org/>
|
||||
* Upstream app code repository: <https://github.com/YOURLS/YOURLS>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_yourls>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/yourls>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/yourls_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
@ -57,4 +57,4 @@ or
|
|||
sudo yunohost app upgrade yourls -u https://github.com/YunoHost-Apps/yourls_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,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -42,7 +42,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
|
|||
* Site officiel de l’app : <https://yourls.org/>
|
||||
* Documentation officielle de l’admin : <https://docs.yourls.org/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/YOURLS/YOURLS>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_yourls>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/yourls>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/yourls_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -59,14 +59,15 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/YOURLS/YOURLS/archive/1.9.2.zip"
|
||||
sha256 = "65e242aaf007f86d7bf8f7f2776ee814a632a783749151d043d669512c3b41cb"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
url = "https://github.com/YOURLS/YOURLS/archive/refs/tags/1.9.2.tar.gz"
|
||||
sha256 = "62a95ba766d62f3305d75944cbfe12d5a90c08c88fbf2f6e67150d36412b916f"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.sources.fr]
|
||||
url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.zip"
|
||||
sha256 = "ef9c0e71d4559994b9df0cd0a558f6faf11eba185c4793ba0e30f3500dab1b04"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.tar.gz"
|
||||
sha256 = "bfe5c62f6d71bddb4af58618d954738f7bcaea549e9198d900fb615d1a472a12"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.upstream = "https://github.com/ozh/YOURLS-fr_FR/"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue