diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-20 13:01:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-20 13:01:40 +0000 |
commit | 0732f85009f5ce5a820b0c2ace2dc46e059b53ff (patch) | |
tree | fc8c97ca56d2ff294bcde30f60eb63516347aaf8 /main/iproute2-qos/APKBUILD | |
parent | 34cf1842fe9ecfa0091bc37d885311a8ad2fcd4b (diff) | |
download | aports-0732f85009f5ce5a820b0c2ace2dc46e059b53ff.tar.bz2 aports-0732f85009f5ce5a820b0c2ace2dc46e059b53ff.tar.xz |
main/iproute2-qos: misc bugfixes
fixed couple bugs and changed some logic how packets are being inspected
and classified.
Diffstat (limited to 'main/iproute2-qos/APKBUILD')
-rw-r--r-- | main/iproute2-qos/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/iproute2-qos/APKBUILD b/main/iproute2-qos/APKBUILD index 7190d5c76..bb0b27a6f 100644 --- a/main/iproute2-qos/APKBUILD +++ b/main/iproute2-qos/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ilya Strelkin <iilluzion@gmail.com> # Maintainer: Ilya Strelkin <iilluzion@gmail.com> pkgname=iproute2-qos -pkgver=0.2 -pkgrel=1 +pkgver=0.3 +pkgrel=0 pkgdesc="Scripts to set up quality of service with iproute2" url="http://git.alpinelinux.org/cgit/aports" license="GPL" @@ -19,7 +19,7 @@ build() { "$pkgdir"/etc/conf.d/qos.ifb0.sample } -md5sums="78c8edd233e081a167788b6198560b13 qos.initd -aeb793e4e1e7219bf245c06e29212048 qos.eth0.sample -d9bbf66187a62485450397c4e93d1293 qos.ifb0.sample +md5sums="dda96b445c6e4fe377e918f860825fb1 qos.initd +79cecb47b3d1f623d2f6790044b3afee qos.eth0.sample +9f8d3514081624ea2ad2606c1564c759 qos.ifb0.sample 785aff5d4284c47038a009797c576e34 setup-qos" |