|
114 | 114 | ('FTPGNOME_SOURCE', 'https://ftp.gnome.org/pub/GNOME/sources/%(namelower)s/%(version_major_minor)s', |
115 | 115 | 'http download for gnome ftp server'), |
116 | 116 | ('GITHUB_SOURCE', 'https://github.com/%(github_account)s/%(name)s/archive', |
117 | | - 'GitHub source URL (namelower is used if github_account easyconfig parameter is not specified)'), |
| 117 | + 'GitHub source URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'), |
118 | 118 | ('GITHUB_LOWER_SOURCE', 'https://github.com/%(github_account)s/%(namelower)s/archive', |
119 | | - 'GitHub source URL (lowercase name, namelower is used if github_account easyconfig parameter is not specified)'), |
| 119 | + 'GitHub source URL with lowercase name (if github_account easyconfig ' |
| 120 | + 'parameter is not specified, namelower is used in its place)'), |
120 | 121 | ('GITHUB_RELEASE', 'https://github.com/%(github_account)s/%(name)s/releases/download/v%(version)s', |
121 | | - 'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'), |
| 122 | + 'GitHub release URL (if github_account easyconfig parameter is not specified, namelower is used in its place)'), |
122 | 123 | ('GITHUB_LOWER_RELEASE', 'https://github.com/%(github_account)s/%(namelower)s/releases/download/v%(version)s', |
123 | | - 'GitHub release URL (namelower is used if github_account easyconfig parameter is not specified)'), |
| 124 | + 'GitHub release URL with lowercase name (if github_account easyconfig ' |
| 125 | + 'parameter is not specified, namelower is used in its place)'), |
124 | 126 | ('GNU_SAVANNAH_SOURCE', 'https://download-mirror.savannah.gnu.org/releases/%(namelower)s', |
125 | 127 | 'download.savannah.gnu.org source url'), |
126 | 128 | ('GNU_SOURCE', 'https://ftpmirror.gnu.org/gnu/%(namelower)s', |
|
0 commit comments