mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/wget to 1.13.1-1
This commit is contained in:
parent
ef3aaa91ad
commit
fe34c8b1e0
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 135507 2011-08-14 11:32:06Z allan $
|
||||
# $Id: PKGBUILD 135712 2011-08-18 02:10:16Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=wget
|
||||
pkgver=1.13
|
||||
pkgver=1.13.1
|
||||
pkgrel=1
|
||||
pkgdesc="A network utility to retrieve files from the Web"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,7 @@ optdepends=('ca-certificates: HTTPS downloads')
|
|||
backup=('etc/wgetrc')
|
||||
install=wget.install
|
||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
md5sums=('48c5384123156e7b7501d2f5b5c7189a')
|
||||
md5sums=('5c9056fcec2f398111e97be65e8592cc')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue