diff options
Diffstat (limited to 'community/asio/APKBUILD')
-rw-r--r-- | community/asio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index 14589497e7..dc75a082af 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -11,7 +11,7 @@ depends_dev="boost-dev libressl-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" -source="http://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.bz2" +source="https://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |