mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
11 lines
440 B
Text
11 lines
440 B
Text
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/linux_amd64.zip
|
|
SOURCE_SUM=f712d39f5c36bc60ca219453bfe7f8748ae040ee5037d56b7f87b4c241928ede
|
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
|
# default: sha256
|
|
SOURCE_SUM_PRG=sha256sum
|
|
# (Optional) Archive format
|
|
# default: tar.gz
|
|
SOURCE_FORMAT=zip
|
|
# (Optional) Put false if sources are directly in the archive root
|
|
# default: true
|
|
SOURCE_IN_SUBDIR=true
|