diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-19 11:17:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-19 11:17:22 +0000 |
commit | 81b699ef31ba4b207aaa8e2cbbcc75c3dff64d10 (patch) | |
tree | ddbddc07c579f891eb16d0a134f325aaa97e6ec4 /main/wget | |
parent | 8c89a229b8c5fb0983f085bd915f8d30bc1de3fb (diff) | |
download | aports-81b699ef31ba4b207aaa8e2cbbcc75c3dff64d10.tar.bz2 aports-81b699ef31ba4b207aaa8e2cbbcc75c3dff64d10.tar.xz |
main/wget: upgrade to 1.13.4
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index e12adb41d9..ff6a8582ba 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> 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" |