mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
Merge pull request #156 from YunoHost-Apps/ci-auto-update-0.251.1
Upgrade to v0.251.1
This commit is contained in:
commit
9d5442d78d
7 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
|
|||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||
|
||||
|
||||
**Shipped version:** 0.251.0~ynh1
|
||||
**Shipped version:** 0.251.1~ynh1
|
||||
|
||||
**Demo:** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
|
|||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||
|
||||
|
||||
**Versión actual:** 0.251.0~ynh1
|
||||
**Versión actual:** 0.251.1~ynh1
|
||||
|
||||
**Demo:** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
|
|||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 0.251.0~ynh1
|
||||
**Paketatutako bertsioa:** 0.251.1~ynh1
|
||||
|
||||
**Demoa:** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas
|
|||
* Partagez vos vues publiquement et également avec une protection par mot de passe
|
||||
* Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL
|
||||
|
||||
**Version incluse :** 0.251.0~ynh1
|
||||
**Version incluse :** 0.251.1~ynh1
|
||||
|
||||
**Démo :** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
|
|||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||
|
||||
|
||||
**Versión proporcionada:** 0.251.0~ynh1
|
||||
**Versión proporcionada:** 0.251.1~ynh1
|
||||
|
||||
**Demo:** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
|
|||
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
|
||||
|
||||
|
||||
**分发版本:** 0.251.0~ynh1
|
||||
**分发版本:** 0.251.1~ynh1
|
||||
|
||||
**演示:** <https://www.nocodb.com/demos>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "NocoDB"
|
|||
description.en = "No-code platform that turns any database into a smart spreadsheet"
|
||||
description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent"
|
||||
|
||||
version = "0.251.0~ynh1"
|
||||
version = "0.251.1~ynh1"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -42,10 +42,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.251.0/Noco-linux-x64"
|
||||
amd64.sha256 = "542a41e2c50356c53d6bc1df2c419040901194bd0b7726bb2ea48e870007e2e8"
|
||||
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.251.0/Noco-linux-arm64"
|
||||
arm64.sha256 = "341840e59629323e532542c722a311594f0c5b89570d078d87f031306598e2c1"
|
||||
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.251.1/Noco-linux-x64"
|
||||
amd64.sha256 = "07ed4645aa1fe3268efd918aaf4eb8a49688de77ffb4ab0e84937311c4724c90"
|
||||
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.251.1/Noco-linux-arm64"
|
||||
arm64.sha256 = "64df179d06517f8781f3c251afda3282f3de5831e067d3c1ea4d8872989aecc6"
|
||||
rename = "nocodb"
|
||||
extract = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue