diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-11 16:12:53 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-11 16:13:22 -0600 |
commit | 79e019622ee7936997851e93cfd9764256ee2ae6 (patch) | |
tree | 80b9b9efc8393d217c3b16ca9e3a8976de48e539 /main/busybox/APKBUILD | |
parent | b0807a54ce16b3a5987e33b9d744024663aab1a4 (diff) | |
download | aports-79e019622ee7936997851e93cfd9764256ee2ae6.tar.bz2 aports-79e019622ee7936997851e93cfd9764256ee2ae6.tar.xz |
main/busybox: upgrade to 1.18.3; replace wget patch with one blessed by upstream
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 99b1f2ca4a..7742c9fe1b 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox -pkgver=1.18.2 -pkgrel=2 +pkgver=1.18.3 +pkgrel=0 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" @@ -13,7 +13,7 @@ triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*" source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 $pkgname-1.11.1-bb.patch busybox-uname-is-not-gnu.patch - busybox-1.18.2-wget.patch + busybox-1.18.3-wget.patch busyboxconfig" _builddir="$srcdir"/$pkgname-$pkgver @@ -70,8 +70,8 @@ static() { } -md5sums="69a82091e5710b72db5ce0e14e7c0cd7 busybox-1.18.2.tar.bz2 +md5sums="660af4d44661d32b22025a66f4f78df2 busybox-1.18.3.tar.bz2 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch -d45bc3a7a8d5a903c0c3cb561c4bd1b1 busybox-1.18.2-wget.patch +abe065069fed8458eedbdad48c115e1f busybox-1.18.3-wget.patch 181310149cad8fce22aba96220cbbd38 busyboxconfig" |