diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-23 15:01:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-23 15:03:00 +0000 |
commit | b20fe727146fab9d28e2393633ddfe6a6797e82d (patch) | |
tree | a03d62d1f32121a61a5bd57aea84cbf24991601b /main/wget/APKBUILD | |
parent | fec0c753f8a3e5eb5859e406d89c482eff52fa21 (diff) | |
download | aports-b20fe727146fab9d28e2393633ddfe6a6797e82d.tar.bz2 aports-b20fe727146fab9d28e2393633ddfe6a6797e82d.tar.xz |
main/wget: upgrade to 1.12v1.9.0_rc5
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index b6581fa48a..8f377ecbab 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -1,17 +1,16 @@ # Contributor: Carlo Landmeter <clandmeter at gmail> # Maintainer: Carlo Landmeter <clandmeter at gmail> 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" |