Browse Source
Adding the latest Kodi development build v17.0 Krypton Using more maintainable version for kodi develop Updated the version to specify 17 and the release name. Ensures the version is easily maintainedmaster
Joel Dollarhide
8 years ago
committed by
Miccal Matthews
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
cask 'kodi-development' do |
|||
version '17.0-Krypton_rc2' |
|||
sha256 'e7ad26409e822fe9c7514dadd98e5804e521ec3c195f38a926922663ee65a088' |
|||
|
|||
url "http://mirrors.kodi.tv/releases/osx/x86_64/kodi-#{version}-x86_64.dmg" |
|||
name 'Kodi-Development' |
|||
homepage 'https://kodi.tv/' |
|||
|
|||
app 'Kodi.app' |
|||
end |
Loading…
Reference in new issue