diff options
Diffstat (limited to 'main/libexif/APKBUILD')
-rw-r--r-- | main/libexif/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libexif/APKBUILD b/main/libexif/APKBUILD index a18e1b7fe7..076ff2a97b 100644 --- a/main/libexif/APKBUILD +++ b/main/libexif/APKBUILD @@ -9,7 +9,7 @@ license="LGPL-2.0+" subpackages="$pkgname-dev $pkgname-doc" depends= makedepends= -source="http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" +source="https://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2" prepare() { cd "$builddir" |