diff options
Diffstat (limited to 'main/mtx/APKBUILD')
-rw-r--r-- | main/mtx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mtx/APKBUILD b/main/mtx/APKBUILD index 58830f5907..93eae0f869 100644 --- a/main/mtx/APKBUILD +++ b/main/mtx/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="" install="" subpackages="" -source="http://downloads.sourceforge.net/mtx/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/mtx/$pkgname-$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" |