diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2010-03-19 12:18:52 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2010-03-19 12:18:52 +0900 |
commit | d9b2b53b4dfca3fbc1599f050856d7c351973704 (patch) | |
tree | ca3e5a0ed2c4d9e63886af880d442e2baea7015b /asterisk-core-sounds-en-ulaw | |
parent | 9275a06ab207ca1ddb0d9a94134383378aab1d93 (diff) | |
download | contrib-d9b2b53b4dfca3fbc1599f050856d7c351973704.tar.gz contrib-d9b2b53b4dfca3fbc1599f050856d7c351973704.tar.xz |
asterisk-core-sounds-en-ulaw: Updated version 1.4.15 -> 1.4.17
Diffstat (limited to 'asterisk-core-sounds-en-ulaw')
-rw-r--r-- | asterisk-core-sounds-en-ulaw/.footprint | 2 | ||||
-rw-r--r-- | asterisk-core-sounds-en-ulaw/.md5sum | 2 | ||||
-rw-r--r-- | asterisk-core-sounds-en-ulaw/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/asterisk-core-sounds-en-ulaw/.footprint b/asterisk-core-sounds-en-ulaw/.footprint index 6be4cfe94..818fe838e 100644 --- a/asterisk-core-sounds-en-ulaw/.footprint +++ b/asterisk-core-sounds-en-ulaw/.footprint @@ -2,7 +2,6 @@ drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/asterisk/ drwxr-xr-x root/root var/lib/asterisk/sounds/ --rw-r--r-- root/root var/lib/asterisk/sounds/LICENSE-asterisk-core-en-1.4.15 -rw-r--r-- root/root var/lib/asterisk/sounds/agent-alreadyon.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/agent-incorrect.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/agent-loggedoff.ulaw @@ -395,6 +394,7 @@ drwxr-xr-x root/root var/lib/asterisk/sounds/silence/ -rw-r--r-- root/root var/lib/asterisk/sounds/vm-opts.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/vm-passchanged.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/vm-password.ulaw +-rw-r--r-- root/root var/lib/asterisk/sounds/vm-pls-try-again.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/vm-press.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/vm-prev.ulaw -rw-r--r-- root/root var/lib/asterisk/sounds/vm-reachoper.ulaw diff --git a/asterisk-core-sounds-en-ulaw/.md5sum b/asterisk-core-sounds-en-ulaw/.md5sum index 9df95872e..a08feec15 100644 --- a/asterisk-core-sounds-en-ulaw/.md5sum +++ b/asterisk-core-sounds-en-ulaw/.md5sum @@ -1 +1 @@ -fd97a409e12c9e19d1af3fc381a9f8ad asterisk-core-sounds-en-ulaw-1.4.15.tar.gz +5c6eb4fe64076c1106857834c59b2af1 asterisk-core-sounds-en-ulaw-1.4.17.tar.gz diff --git a/asterisk-core-sounds-en-ulaw/Pkgfile b/asterisk-core-sounds-en-ulaw/Pkgfile index da9bd96b2..042b407ca 100644 --- a/asterisk-core-sounds-en-ulaw/Pkgfile +++ b/asterisk-core-sounds-en-ulaw/Pkgfile @@ -4,7 +4,7 @@ # Depends on: asterisk name=asterisk-core-sounds-en-ulaw -version=1.4.15 +version=1.4.17 release=1 source=(http://downloads.digium.com/pub/telephony/sounds/releases/$name-$version.tar.gz) @@ -12,5 +12,5 @@ build () { mkdir -p $PKG/var/lib/asterisk/sounds rm {CHANGES,CREDITS}-asterisk-core-en-$version mv $SRC/* $PKG/var/lib/asterisk/sounds - rm $PKG/var/lib/asterisk/sounds/core-sounds-en.txt + rm $PKG/var/lib/asterisk/sounds/{LICENSE-asterisk-core-en-$version,core-sounds-en.txt} } |