scummvm/_service
Cristian Morales Vega 67afe8600b - update to new 1.2.1 release
* 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
2010-12-12 05:22:49 +00:00

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>