diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-02-04 18:47:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-02-04 18:47:55 +0000 |
commit | 6d8e169e5a8dc6d7ca5857e8488255ab21b10a38 (patch) | |
tree | 6b5abcaeb87e51c3abb9cb96f383810f98fc0189 /main/acf-iproute2-qos | |
parent | 6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281 (diff) | |
download | aports-6d8e169e5a8dc6d7ca5857e8488255ab21b10a38.tar.bz2 aports-6d8e169e5a8dc6d7ca5857e8488255ab21b10a38.tar.xz |
multiple packages hosted at git.alpinelinux.org: update source urls
Diffstat (limited to 'main/acf-iproute2-qos')
-rw-r--r-- | main/acf-iproute2-qos/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-iproute2-qos/APKBUILD b/main/acf-iproute2-qos/APKBUILD index ca05c42f80..8238b5ceb0 100644 --- a/main/acf-iproute2-qos/APKBUILD +++ b/main/acf-iproute2-qos/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-iproute2-qos pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="ACF module for iproute2-qos" url="http://git.alpinelinux.org/cgit/$pkgname" arch="noarch" license="GPL-2" depends="acf-core lua iproute2-qos acf-alpine-baselayout>=0.5.7" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |