* General - Add Hungarian translation. - Add Brazilian Portuguese translation. * Cruise: - Fixed a problem with Raoul appearing when examining the Book * Groovie: - Fixed a regression that made the Russian version of T7G crash. * Lure: - Fixed several NPC movement bugs OBS-URL: https://build.opensuse.org/package/show/games/scummvm?expand=0&rev=19
15 lines
565 B
XML
15 lines
565 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="download_url">
|
|
<param name="protocol">http</param>
|
|
<param name="host">downloads.sourceforge.net</param>
|
|
<param name="path">/project/scummvm/scummvm/1.2.1/scummvm-1.2.1.tar.bz2</param>
|
|
</service>
|
|
<service name="verify_file">
|
|
<param name="file">_service:download_url:scummvm-1.2.1.tar.bz2</param>
|
|
<param name="verifier">sha256</param>
|
|
<param name="checksum">488e0fc0fb48509f8d2dcc8f87a77d03655e8ae0e9f4333963aaa07ff75f2a09</param>
|
|
</service>
|
|
<service name="set_version"/>
|
|
</services>
|