diff options
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" |