aqbanking/updater: Switch to HTTPS URL
The site has changed to HTTPS and no longer serves HTTP (yay). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
92b3b9bb3f
commit
1de5f1bbeb
@ -13,7 +13,7 @@ getCurrentVersions() {
|
|||||||
currentVersions="$(getCurrentVersions)"
|
currentVersions="$(getCurrentVersions)"
|
||||||
|
|
||||||
getLastestVersion() {
|
getLastestVersion() {
|
||||||
local baseurl="http://www.aquamaniac.de"
|
local baseurl="https://www.aquamaniac.de"
|
||||||
local pkglist="sites/download/packages.php?package=$1&showall=1"
|
local pkglist="sites/download/packages.php?package=$1&showall=1"
|
||||||
local url="$baseurl/$pkglist"
|
local url="$baseurl/$pkglist"
|
||||||
local reVersion='[0-9]+(\.[0-9]+)+' # Only release versions, no betas!
|
local reVersion='[0-9]+(\.[0-9]+)+' # Only release versions, no betas!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user