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

Dave Reisner dreisner at archlinux.org
Sun May 22 06:16:39 UTC 2016


    Date: Sunday, May 22, 2016 @ 08:16:39
  Author: dreisner
Revision: 268476

upgpkg: curl 7.49.0-1

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 06:09:52 UTC (rev 268475)
+++ PKGBUILD	2016-05-22 06:16:39 UTC (rev 268476)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
-pkgver=7.48.0
+pkgver=7.49.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
@@ -17,10 +17,11 @@
 options=('strip' 'debug')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
         curlbuild.h)
-md5sums=('b2cac71029d28cb989150bac72aafab5'
+md5sums=('a50a3b683d7a785e3035e5ce611160e2'
          'SKIP'
          '751bd433ede935c8fae727377625a8ae')
-validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+              '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg (old key)
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list