aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-10-26 15:04:05 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-10-26 15:05:44 +0300
commitf036d3c8ae9a0606d1a84ff9d16a259ad4bfffd8 (patch)
treefa6c5e746ff379d5fa36e7f11c8817a9a792a6f3
parent8909128d22fa5edb027fc0b86f55d15bc8239cf1 (diff)
downloadalpine_aports-f036d3c8ae9a0606d1a84ff9d16a259ad4bfffd8.tar.bz2
alpine_aports-f036d3c8ae9a0606d1a84ff9d16a259ad4bfffd8.tar.xz
alpine_aports-f036d3c8ae9a0606d1a84ff9d16a259ad4bfffd8.zip
main/dahdi-linux: update to 2.4.0
-rw-r--r--main/dahdi-linux/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dahdi-linux/APKBUILD b/main/dahdi-linux/APKBUILD
index 923a79304e..faf7aa405e 100644
--- a/main/dahdi-linux/APKBUILD
+++ b/main/dahdi-linux/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Timo Teras <timo.teras@iki.fi> 2# Maintainer: Timo Teras <timo.teras@iki.fi>
3 3
4pkgname=dahdi-linux 4pkgname=dahdi-linux
5pkgver=2.3.0.1 5pkgver=2.4.0
6pkgrel=0 6pkgrel=0
7pkgdesc="Firmware for Digium Asterisk Hardware Device Interface drivers" 7pkgdesc="Firmware for Digium Asterisk Hardware Device Interface drivers"
8url="http://www.asterisk.org" 8url="http://www.asterisk.org"
@@ -15,7 +15,7 @@ install=
15subpackages="$pkgname-dev" 15subpackages="$pkgname-dev"
16source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/$pkgname-$pkgver.tar.gz" 16source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/$pkgname-$pkgver.tar.gz"
17 17
18# We onlin install the firwares in this package since those are common for all 18# We online install the firmwares in this package since those are common for all
19# kernel flavors. We also install the headers for the -dev package. 19# kernel flavors. We also install the headers for the -dev package.
20# 20#
21# The kernel drivers themselves are built from separate build recipe. 21# The kernel drivers themselves are built from separate build recipe.
@@ -38,4 +38,4 @@ package() {
38 install-include install-firmware 38 install-include install-firmware
39} 39}
40 40
41md5sums="ac454f91d7e1267655ecd698832da414 dahdi-linux-2.3.0.1.tar.gz" 41md5sums="0114826395f76713486142b90d772f82 dahdi-linux-2.4.0.tar.gz"