fix: take mc empty server starter from teh github releases
This commit is contained in:
parent
d4eb851277
commit
e2a3edcaa7
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
|||
name = "EmptyServerStopper"
|
||||
name = "mcEmptyServerStopper"
|
||||
filename = "mcEmptyServerStopper-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/vincss/mcEmptyServerStopper/releases/download/v1.1.0/mcEmptyServerStopper-1.1.0.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "661e73cc81c6433fdc4236bc67e1b2d4b306dc05f9bdaac2c6ebc386266daf5f"
|
||||
|
||||
[update]
|
||||
[update.github]
|
||||
branch = "4d4c96a6a37cf069512951d8cdb2767425486449"
|
||||
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
|
||||
slug = "vincss/mcEmptyServerStopper"
|
||||
tag = "v1.1.0"
|
Loading…
Reference in a new issue