diff options
Diffstat (limited to 'community/isync/APKBUILD')
-rw-r--r-- | community/isync/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD index a42dede9c4..5b46fd530a 100644 --- a/community/isync/APKBUILD +++ b/community/isync/APKBUILD @@ -10,7 +10,7 @@ license="GPL-2.0" depends="" makedepends="$depends_dev libressl-dev cyrus-sasl-dev zlib-dev db-dev perl-dev" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz libressl-compat.patch " builddir="$srcdir"/$pkgname-$pkgver |