Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 12, 2023
1 parent 0b478a5 commit 43eebeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: wsnipex <[email protected]>
Build-Depends: debhelper (>= 9.0.0),
cmake,
kodi-addon-dev,
libretro-dosbox-pure (>= 0.9.7) | dosbox-pure (>= 0.9.7)
libretro-dosbox-pure (>= 0.9.8) | dosbox-pure (>= 0.9.8)
Standards-Version: 3.9.8
Section: libs

Expand Down
2 changes: 1 addition & 1 deletion depends/common/dosbox-pure/dosbox-pure.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dosbox-pure https://github.com/libretro/dosbox-pure/archive/ec951632d4cbf015e2c520128b31f2714679bd89.tar.gz
dosbox-pure https://github.com/libretro/dosbox-pure/archive/d3f7051faa2eeedd3ad3ff2f23d5021004e80665.tar.gz
4 changes: 2 additions & 2 deletions game.libretro.dosbox-pure/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.dosbox-pure"
name="DOS (DOSBox-Pure)"
version="0.9.7.27"
version="0.9.8.28"
provider-name="DOSBox Team, Psyraven">
<requires>
<import addon="game.libretro" version="1.0.0"/>
</requires>
<extension point="kodi.gameclient"
library_@PLATFORM@="@LIBRARY_FILENAME@">
<platforms></platforms>
<extensions>zip|dosz|exe|com|bat|iso|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf</extensions>
<extensions>zip|dosz|exe|com|bat|iso|chd|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf</extensions>
<supports_vfs>false</supports_vfs>
<supports_standalone>true</supports_standalone>
<requires_opengl>false</requires_opengl>
Expand Down

0 comments on commit 43eebeb

Please sign in to comment.