-
Notifications
You must be signed in to change notification settings - Fork 26
/
Kodi.yml
28 lines (28 loc) · 1010 Bytes
/
Kodi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 21.1-Omega
description: Kodi. Multiplatform media player and entertainment hub.
homepage: https://kodi.tv
license:
identifier: GPL-2.0-or-later
url: https://github.com/xbmc/xbmc/blob/master/LICENSES/README.md
architecture:
64bit:
url: https://mirrors.kodi.tv/releases/windows/win64/kodi-21.1-Omega-x64.exe#/cosi.7z
hash: 089519649fccf9fe0e5f9f6369521d035cd64553947a3bcea1acc7614e00a88f
32bit:
url: https://mirrors.kodi.tv/releases/windows/win32/kodi-21.1-Omega-x86.exe#/cosi.7z
hash: a0d24283bccd8706da2b401fdb2b2359b65337842360c760694ad4c6dd443723
pre_install: Remove-AppDirItem '$*'
shortcuts:
- - kodi.exe
- Kodi
- -p
persist: portable_data
checkver:
url: https://mirrors.kodi.tv/releases/windows/win64/?C=M&O=D
regex: kodi-([\w.-]+)-x64
autoupdate:
architecture:
64bit:
url: https://mirrors.kodi.tv/releases/windows/win64/kodi-$version-x64.exe#/cosi.7z
32bit:
url: https://mirrors.kodi.tv/releases/windows/win32/kodi-$version-x86.exe#/cosi.7z