git » avrdude.git » commit 015967d

https

author Antonio Rojas
2019-05-27 20:38:30 UTC
committer Antonio Rojas
2019-05-27 20:38:30 UTC
parent 93854e3c052fbb72e10ee44a7b03f402020c32c2

https

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 79954e4..3f55243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=6
 epoch=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
 arch=('x86_64')
-url="http://www.nongnu.org/avrdude/"
+url="https://www.nongnu.org/avrdude/"
 license=('GPL')
 depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(https://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' '5E84F980C3CAFD4BB5841070F48CA81B69A85873')
 md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
          'SKIP')