mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Update download-latest.sh
This commit is contained in:
parent
136a87f7bb
commit
c3ecdb3d8b
@ -13,9 +13,9 @@ PNAME='meilisearch'
|
|||||||
# Version regexp i.e. v[number].[number].[number]
|
# Version regexp i.e. v[number].[number].[number]
|
||||||
GREP_SEMVER_REGEXP='v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)$'
|
GREP_SEMVER_REGEXP='v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)$'
|
||||||
|
|
||||||
# Github API address
|
# GitHub API address
|
||||||
GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases'
|
GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases'
|
||||||
# Github Release address
|
# GitHub Release address
|
||||||
GITHUB_REL='https://github.com/meilisearch/meilisearch/releases/download/'
|
GITHUB_REL='https://github.com/meilisearch/meilisearch/releases/download/'
|
||||||
|
|
||||||
# FUNCTIONS
|
# FUNCTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user