From b20fe727146fab9d28e2393633ddfe6a6797e82d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 23 Sep 2009 15:01:30 +0000 Subject: main/wget: upgrade to 1.12 --- main/wget/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'main/wget') diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index b6581fa48..8f377ecba 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,17 +1,16 @@ # Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=wget -pkgver=1.11.4 -pkgrel=1 +pkgver=1.12 +pkgrel=0 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" license="GPL3" -depends="openssl" +depends= makedepends="openssl-dev" subpackages="$pkgname-doc" install="wget.post-deinstall" -source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz - $install" +source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" build() { cd "$srcdir/$pkgname-$pkgver" @@ -25,5 +24,4 @@ build() { make DESTDIR="$pkgdir" install } -md5sums="69e8a7296c0e12c53bd9ffd786462e87 wget-1.11.4.tar.gz -b84506d253e04db3c5af9016fead45a3 wget.post-deinstall" +md5sums="141461b9c04e454dc8933c9d1f2abf83 wget-1.12.tar.gz" -- cgit v1.2.3