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:
aszlig 2017-03-11 10:53:25 +01:00
parent 92b3b9bb3f
commit 1de5f1bbeb
No known key found for this signature in database
GPG key ID: 1DE8E48E57DB5436

View file

@ -13,7 +13,7 @@ getCurrentVersions() {
currentVersions="$(getCurrentVersions)"
getLastestVersion() {
local baseurl="http://www.aquamaniac.de"
local baseurl="https://www.aquamaniac.de"
local pkglist="sites/download/packages.php?package=$1&showall=1"
local url="$baseurl/$pkglist"
local reVersion='[0-9]+(\.[0-9]+)+' # Only release versions, no betas!