mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-08-07 05:46:15 -04:00
wp-fdroid: show GPG Signature link for source tarballs
Now that source tarballs can be GPG-signed, the website should also display a link to fetch them.
This commit is contained in:
1 parent
56d51fcd6b
commit
fb0c824d3c
1 file changed
+3
@@ -515,6 +515,9 @@ class FDroid
|
||||
if($srcbuild) {
|
||||
$out.='<br /><a href="https://f-droid.org/repo/'.$apk['srcname'].'">source tarball</a> ';
|
||||
$out.=$this->human_readable_size(filesize($this->site_path.'/repo/'.$apk['srcname']));
|
||||
if(file_exists($this->site_path.'/repo/'.$apk['srcname'].'.asc')) {
|
||||
$out.=' <a href="https://f-droid.org/repo/'.$apk['srcname'].'.asc">GPG Signature</a> ';
|
||||
}
|
||||
}
|
||||
|
||||
if(isset($apk['permissions'])) {
|
||||
|
||||
Reference in new issue
Block a user