diff options
author | Michel Zou | 2017-01-14 13:12:11 +0100 |
---|---|---|
committer | Michel Zou | 2017-01-14 13:12:11 +0100 |
commit | 17163eed6abc2db159381a303a1c24c76d5023c3 (patch) | |
tree | 9c4287b2cc5dce9003a5cc623379f815c7c80d95 | |
parent | e4cc052aa83ec41445e71cfa9639a3c2fea3b374 (diff) | |
download | aur-17163eed6abc2db159381a303a1c24c76d5023c3.tar.gz |
7.52.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Mar 31 20:00:36 UTC 2016 +# Sat Jan 14 12:12:11 UTC 2017 pkgbase = mingw-w64-curl pkgdesc = An URL retrival utility and library (mingw-w64) - pkgver = 7.48.0 + pkgver = 7.52.1 pkgrel = 1 url = http://curl.haxx.se arch = any @@ -17,8 +17,8 @@ pkgbase = mingw-w64-curl options = staticlibs options = !strip options = !buildflags - source = http://curl.haxx.se/download/curl-7.48.0.tar.bz2 - md5sums = d42e0fc34a5cace5739631cc040974fe + source = http://curl.haxx.se/download/curl-7.52.1.tar.bz2 + md5sums = dd014df06ff1d12e173de86873f9f77a pkgname = mingw-w64-curl @@ -1,7 +1,7 @@ # Contributor: ant32 <antreimer@gmail.com> pkgname=mingw-w64-curl -pkgver=7.48.0 +pkgver=7.52.1 pkgrel=1 pkgdesc="An URL retrival utility and library (mingw-w64)" arch=('any') @@ -16,7 +16,7 @@ depends=('mingw-w64-crt' makedepends=('mingw-w64-configure') options=('staticlibs' '!strip' '!buildflags') source=("$url/download/curl-$pkgver.tar.bz2") -md5sums=('d42e0fc34a5cace5739631cc040974fe') +md5sums=('dd014df06ff1d12e173de86873f9f77a') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |