[arch-commits] Commit in avrdude/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 27 20:38:32 UTC 2019


    Date: Monday, May 27, 2019 @ 20:38:30
  Author: arojas
Revision: 472005

https

Modified:
  avrdude/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 20:38:03 UTC (rev 472004)
+++ PKGBUILD	2019-05-27 20:38:30 UTC (rev 472005)
@@ -7,10 +7,10 @@
 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')



More information about the arch-commits mailing list