diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:07:06 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:10:04 +0000 |
commit | d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9 (patch) | |
tree | 1de8649ee4dd144461bfbc5be39e2c956bd87bcd /main/db/APKBUILD | |
parent | d3b51479d57385e3074309988e32695e2fa0691f (diff) | |
download | aports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.bz2 aports-d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9.tar.xz |
main: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'main/db/APKBUILD')
-rw-r--r-- | main/db/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db/APKBUILD b/main/db/APKBUILD index e450562b3f..a0c978af4e 100644 --- a/main/db/APKBUILD +++ b/main/db/APKBUILD @@ -13,7 +13,7 @@ makedepends= subpackages="$pkgname-dev $pkgname-doc $pkgname-utils $pkgname-c++:cxx" # Patches were found here: # http://www.oracle.com/technology/products/berkeley-db/db/update/4.7.25/patch.4.7.25.html -source="http://download.oracle.com/berkeley-db/db-$pkgver.tar.gz +source="https://download.oracle.com/berkeley-db/db-$pkgver.tar.gz " _builddir="$srcdir/db-$_ver" |