diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 17:34:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 17:34:44 +0000 |
commit | 1089ac1333dd4b02b53b52dd62db5ed300b23239 (patch) | |
tree | 83fadfce152495a0d95dba94d1d063a27ffb2c97 /main/wget | |
parent | 2ba2d476824f914f334e5ae6913ecbaf2799f765 (diff) | |
download | aports-1089ac1333dd4b02b53b52dd62db5ed300b23239.tar.bz2 aports-1089ac1333dd4b02b53b52dd62db5ed300b23239.tar.xz |
main/wget: upgrade to 1.13.3
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 26e63db7d..e12adb41d 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget -pkgver=1.13.1 -pkgrel=1 +pkgver=1.13.3 +pkgrel=0 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="8521e0794dd66af394763ffb4f2594ba wget-1.13.1.tar.gz" +md5sums="2524f82296d51ef444e96e3a28bb4fbb wget-1.13.3.tar.gz" |