diff options
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 159d2ac6e..4175d626a 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,8 +1,8 @@ -# Contributor: Carlo Landmeter <clandmeter at gmail> -# Maintainer: Carlo Landmeter <clandmeter at gmail> +# Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=wget pkgver=1.12 -pkgrel=3 +pkgrel=4 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" arch="all" |