From 81b699ef31ba4b207aaa8e2cbbcc75c3dff64d10 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 19 Sep 2011 11:17:22 +0000 Subject: [PATCH] main/wget: upgrade to 1.13.4 --- main/wget/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index e12adb41d92..ff6a8582ba0 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=wget -pkgver=1.13.3 +pkgver=1.13.4 pkgrel=0 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="2524f82296d51ef444e96e3a28bb4fbb wget-1.13.3.tar.gz" +md5sums="1df489976a118b9cbe1b03502adbfc27 wget-1.13.4.tar.gz"