diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:15:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:16:58 +0100 |
commit | 4ee7c35b7d373eda37833e00b68898f63b65a14a (patch) | |
tree | e9c01bedd17c5b1b84004eea11e1dcbf875b837a /community/gammu | |
parent | 730cdcef6901750f4029d4c3b8639ce02ee3ead1 (diff) | |
download | aports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.bz2 aports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.xz |
community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
Diffstat (limited to 'community/gammu')
-rw-r--r-- | community/gammu/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gammu/APKBUILD b/community/gammu/APKBUILD index e504dc22e5..a59227c842 100644 --- a/community/gammu/APKBUILD +++ b/community/gammu/APKBUILD @@ -4,7 +4,7 @@ pkgname=gammu pkgver=1.38.1 pkgrel=0 pkgdesc="Gammu provides an abstraction layer for cell phones access" -url="http://wammu.eu/" +url="https://wammu.eu/" arch="all" license="GPLv2+" depends="dialog bluez" @@ -13,7 +13,7 @@ makedepends="$depends_dev unixodbc-dev libdbi-dev postgresql-dev bluez-dev mysql-dev libusb-dev curl-dev cmake doxygen linux-headers" install="" subpackages="$pkgname-smsd:_smsd $pkgname-doc $pkgname-dev $pkgname-libs" -source="http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" +source="https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" _builddir="${srcdir}/${pkgname}-${pkgver}" prepare() { |