diff options
Diffstat (limited to 'core/wget/PKGBUILD')
-rw-r--r-- | core/wget/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/wget/PKGBUILD b/core/wget/PKGBUILD index 6712f4491..7de13a124 100644 --- a/core/wget/PKGBUILD +++ b/core/wget/PKGBUILD @@ -4,9 +4,9 @@ pkgname=wget pkgver=1.12 -pkgrel=7 +pkgrel=7.1 pkgdesc="A network utility to retrieve files from the Web" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') groups=('base') @@ -53,3 +53,6 @@ EOF sed -i '118,120d' $pkgdir/etc/wgetrc } +md5sums=('141461b9c04e454dc8933c9d1f2abf83' + '2c8bc23eff98fd4efc3f96394fc8e61e' + 'bd589403b7bb4967a6f41b0f43b1c8aa') |