diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:07:34 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:10:15 +0000 |
commit | 0ed5524b742b317bdcc9b7b26dd4033369e6c2f8 (patch) | |
tree | ece3a2c97461235752780b5eced2005886d27a9c /community/avrdude | |
parent | d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9 (diff) | |
download | aports-0ed5524b742b317bdcc9b7b26dd4033369e6c2f8.tar.bz2 aports-0ed5524b742b317bdcc9b7b26dd4033369e6c2f8.tar.xz |
community: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'community/avrdude')
-rw-r--r-- | community/avrdude/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/avrdude/APKBUILD b/community/avrdude/APKBUILD index 0f1807a576..f11f328769 100644 --- a/community/avrdude/APKBUILD +++ b/community/avrdude/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" makedepends="linux-headers bash flex byacc libftdi1-dev libusb-compat-dev libelf-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz" +source="https://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir/${pkgname}-${pkgver}" |