diff options
Diffstat (limited to 'testing/fatback')
-rw-r--r-- | testing/fatback/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fatback/APKBUILD b/testing/fatback/APKBUILD index 7aaff958e5..90f7b3ec3c 100644 --- a/testing/fatback/APKBUILD +++ b/testing/fatback/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="flex-dev" install="" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { |