mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Update download-latest.sh
This commit is contained in:
parent
136a87f7bb
commit
c3ecdb3d8b
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ PNAME='meilisearch'
|
|||
# Version regexp i.e. v[number].[number].[number]
|
||||
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 Release address
|
||||
# GitHub Release address
|
||||
GITHUB_REL='https://github.com/meilisearch/meilisearch/releases/download/'
|
||||
|
||||
# FUNCTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue