Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.

This commit is contained in:
Augustin Cavalier
2015-07-02 11:12:32 -04:00
parent 827ec2dcbc
commit f561efbc96
1450 changed files with 1674 additions and 1674 deletions

View File

@@ -4,10 +4,10 @@ In this game, you get guns to shoot zombies and cyborgs. \
For a DOS game, the graphics are pretty good. \
This also comes with a map editor."
HOMEPAGE="https://github.com/lmartinking/cdogs-sdl"
SRC_URI="https://codeload.github.com/lmartinking/cdogs-sdl/zip/master"
SRC_URI_2="https://codeload.github.com/lmartinking/cdogs-sdl-data/zip/master"
SRC_FILENAME="cdogs-sdl-master.zip"
SRC_FILENAME_2="cdogs-sdl-data-master.zip"
SOURCE_URI="https://codeload.github.com/lmartinking/cdogs-sdl/zip/master"
SOURCE_URI_2="https://codeload.github.com/lmartinking/cdogs-sdl-data/zip/master"
SOURCE_FILENAME="cdogs-sdl-master.zip"
SOURCE_FILENAME_2="cdogs-sdl-data-master.zip"
CHECKSUM_SHA256="9dca57eb6d73e6ff0bbb97867b2ef1797d1a6899722294951f4f74bcf2c2f1af"
CHECKSUM_SHA256_2="8c71bf2d964f1bc098463abcd795bcd400570bad367fb952206be9e83bcdcb11"
SOURCE_DIR="cdogs-sdl-master/src"