diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-08-15 15:30:54 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-08-15 15:32:11 +0300 |
commit | bc0bf19e19e4ec722cb05da08f29f8493bb6248b (patch) | |
tree | 38b623f95752f3d18098151fb44906e75f82b45b /main/dahdi-linux | |
parent | 11233ac93b5354d5274c88f500d702426282ae16 (diff) | |
download | aports-bc0bf19e19e4ec722cb05da08f29f8493bb6248b.tar.bz2 aports-bc0bf19e19e4ec722cb05da08f29f8493bb6248b.tar.xz |
main/dahdi-*: upgrade to 2.5.0
Diffstat (limited to 'main/dahdi-linux')
-rw-r--r-- | main/dahdi-linux/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dahdi-linux/APKBUILD b/main/dahdi-linux/APKBUILD index 632851ee13..e0beed4407 100644 --- a/main/dahdi-linux/APKBUILD +++ b/main/dahdi-linux/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=dahdi-linux -pkgver=2.4.1.2 +pkgver=2.5.0 pkgrel=0 pkgdesc="Firmware for Digium Asterisk Hardware Device Interface drivers" url="http://www.asterisk.org" -arch="all" +arch="noarch" license="GPL" depends= # we need wget and tar because make install downloads firmware and uses fancy @@ -39,4 +39,4 @@ package() { install-include install-firmware } -md5sums="81b232a47693f4adac90c569e446f88f dahdi-linux-2.4.1.2.tar.gz" +md5sums="449f6591ccedb68937b5b30cbd37cea3 dahdi-linux-2.5.0.tar.gz" |