mirror of
https://github.com/YunoHost-Apps/metabase_ynh.git
synced 2024-09-03 19:46:00 +02:00
Merge pull request #20 from YunoHost-Apps/testing
Update to 0.48.6~ynh1
This commit is contained in:
commit
ad395d3d25
3 changed files with 8 additions and 8 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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
|
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
|
||||||
|
|
||||||
**Shipped version:** 0.47.0~ynh1
|
**Shipped version:** 0.48.6~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -44,4 +44,4 @@ or
|
||||||
sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug
|
sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
La métabase est le moyen facile et open source pour tous les membres de votre entreprise de poser des questions et d'apprendre à partir des données.
|
La métabase est le moyen facile et open source pour tous les membres de votre entreprise de poser des questions et d'apprendre à partir des données.
|
||||||
|
|
||||||
**Version incluse :** 0.47.0~ynh1
|
**Version incluse :** 0.48.6~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Metabase"
|
||||||
description.en = "Web database management tool"
|
description.en = "Web database management tool"
|
||||||
description.fr = "Outil web de gestion des bases de données"
|
description.fr = "Outil web de gestion des bases de données"
|
||||||
|
|
||||||
version = "0.47.0~ynh1"
|
version = "0.48.6~ynh1"
|
||||||
|
|
||||||
maintainers = ["Colin Maudry"]
|
maintainers = ["Colin Maudry"]
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://downloads.metabase.com/v0.47.0/metabase.jar"
|
url = "https://downloads.metabase.com/v0.48.6/metabase.jar"
|
||||||
sha256 = "9bf03a464163971196bec306590041e8f571f24e1d5a34695363f0dea1eba809"
|
sha256 = "aefb5e000abe14ff3cb4ba754c55e1da34bdaea35a77fbea3282ee32bc73978b"
|
||||||
extract = false
|
extract = false
|
||||||
rename = "metabase.jar"
|
rename = "metabase.jar"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue