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

Christian Hesse eworm at archlinux.org
Fri Aug 4 08:18:05 UTC 2017


    Date: Friday, August 4, 2017 @ 08:18:04
  Author: eworm
Revision: 248116

upgpkg: atftp 0.7.1-3

* use https download
* switch to sha256 checksums

Modified:
  atftp/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-04 08:09:52 UTC (rev 248115)
+++ PKGBUILD	2017-08-04 08:18:04 UTC (rev 248116)
@@ -3,7 +3,7 @@
 
 pkgname=atftp
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349'
 arch=(i686 x86_64)
 url='http://sourceforge.net/projects/atftp/'
@@ -10,14 +10,14 @@
 license=(GPL)
 depends=(pcre readline)
 backup=(etc/conf.d/atftpd)
-source=(http://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz
-        atftp-0.7-cflags.patch
-        atftpd.service
-        atftpd.conf)
-sha1sums=('fc9e9f821dfd2f257b4a5c32b948ed60b4e31fd1'
-          'a6aaa9965284977efb41cfd28a76edf904c069ab'
-          'fb6a7a03aa2d37caf4202e152d84a18dd20e30f3'
-          '0ee061597778d0ca850f053d0e3d9157e3376e79')
+source=("https://downloads.sf.net/sourceforge/atftp/atftp-$pkgver.tar.gz"
+        'atftp-0.7-cflags.patch'
+        'atftpd.service'
+        'atftpd.conf')
+sha256sums=('ae4c6f09cadb8d2150c3ce32d88f19036a54e8211f22d723e97864bb5e18f92d'
+            '56a9bdf1c4f9452db041fce1bc4c994e84ce44c6093ef48588f8d8bc93adaf24'
+            '9b900148b4d67c49363e1e990bb10a07c73e2680355b0c4d33df379951998070'
+            'b9942e43206ddd4337454d6ed27a97976c0b84b6218b09a1a6549eec6b3023e6')
 
 prepare() {
   cd atftp-$pkgver



More information about the arch-commits mailing list