diff options
Diffstat (limited to 'testing/stm32flash/APKBUILD')
-rw-r--r-- | testing/stm32flash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/stm32flash/APKBUILD b/testing/stm32flash/APKBUILD index 658c893660..aa2a0f49f8 100644 --- a/testing/stm32flash/APKBUILD +++ b/testing/stm32flash/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="linux-headers" 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" options="!check" # no test suite |