mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
30.5
This commit is contained in:
parent
150226f738
commit
fe6313dd41
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine",
|
||||
"fr": "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
|
||||
},
|
||||
"version": "0.22.0~ynh1",
|
||||
"version": "0.30.5~ynh1",
|
||||
"url": "https://www.meilisearch.com/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
latest="v0.22.0"
|
||||
latest="v0.30.5"
|
||||
|
||||
ynh_detect_arch() {
|
||||
local architecture
|
||||
|
|
Loading…
Reference in a new issue