PariDroid: Use https.
* metadata/org.projectmaxs.main.yml: Update URLs to use https.
This commit is contained in:
parent
6fe091b047
commit
44a44caa9a
|
|
@ -1,9 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Science & Education
|
- Science & Education
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
WebSite: http://pari.math.u-bordeaux.fr/paridroid
|
WebSite: https://pari.math.u-bordeaux.fr/paridroid
|
||||||
SourceCode: http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=paridroid.git;a=summary
|
SourceCode: https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=paridroid.git
|
||||||
IssueTracker: http://pari.math.u-bordeaux.fr/Bugs
|
IssueTracker: https://pari.math.u-bordeaux.fr/Bugs
|
||||||
|
|
||||||
AutoName: PariDroid
|
AutoName: PariDroid
|
||||||
Description: |-
|
Description: |-
|
||||||
|
|
@ -16,7 +16,7 @@ Description: |-
|
||||||
numbers etc., and a lot of transcendental functions.
|
numbers etc., and a lot of transcendental functions.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: http://pari.math.u-bordeaux.fr/git/paridroid.git
|
Repo: https://pari.math.u-bordeaux.fr/git/paridroid.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 2.7.2.1.3
|
- versionName: 2.7.2.1.3
|
||||||
|
|
@ -145,7 +145,21 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
ndk: r10e
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.11.2.1.6
|
||||||
|
versionCode: 18
|
||||||
|
commit: 2.11.2.1.6
|
||||||
|
subdir: PariDroid
|
||||||
|
srclibs:
|
||||||
|
- pari@pari-2.11.2
|
||||||
|
target: android-11
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- make pari
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.11.1.1.6
|
CurrentVersion: 2.11.2.1.6
|
||||||
CurrentVersionCode: 16
|
CurrentVersionCode: 18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue