X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0EDC1C6516E for ; Fri, 27 May 2011 19:14:14 +0000 (UTC) Received: by gwb15 with SMTP id 15so1206792gwb.13 for ; Fri, 27 May 2011 18:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=prB1xaNoLpKLWOIEP9enMVWOqM1WUFU0xaJzn8ijY8o=; b=kor+T1IV8MWeMIowtdAcd370N84A0tUkxvwGxDwFqY0l71wBRYyLRyCAHBLPpw91jT wpaSRQ7bz5UnCjQ1/ak/+li7adu6lE9gIRDLXxqcqQlSRJ8jTau2WxhH89CV0jKE/KoG PSWD0kv7gfZ0/oj+B2i8cbXEhoweA1KCRgvUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=bxeWd10napq7dGkqNY8IR/9BGlnI3X41TT4ZOx5l5blF57QcHoaAmV64qeaO5p1JBc j3ThWbIpiMV7Mu9Ty8aTKHP8a7GnuoycvaPIUWKVuqX7yFuYoYupPHrbBWwTga165z37 IggPdd8ZC1DoYlxrH0oHNcrBlTSRL7mkZ0mdI= Received: by 10.91.195.29 with SMTP id x29mr2669451agp.97.1306547799342; Fri, 27 May 2011 18:56:39 -0700 (PDT) Received: from localhost.localdomain (c-71-228-19-24.hsd1.il.comcast.net [71.228.19.24]) by mx.google.com with ESMTPS id w19sm1751610anf.38.2011.05.27.18.56.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 18:56:38 -0700 (PDT) From: Cameron Banta To: alpine-devel@lists.alpinelinux.org Cc: Cameron Banta Subject: [alpine-devel] [PATCH 2/7] main/freeswitch-sounds-en-us-callee-8000: update to latest Date: Sat, 28 May 2011 01:56:42 +0000 Message-Id: <1306547807-12289-3-git-send-email-cbanta@gmail.com> X-Mailer: git-send-email 1.7.4.5 In-Reply-To: <1306547807-12289-1-git-send-email-cbanta@gmail.com> References: <1306547807-12289-1-git-send-email-cbanta@gmail.com> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/freeswitch-sounds-en-us-callie-8000/APKBUILD | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD index c11e6b7..dd7a9c8 100644 --- a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD +++ b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa pkgname=freeswitch-sounds-en-us-callie-8000 -pkgver=1.0.13 -pkgrel=2 +pkgver=1.0.16 +pkgrel=0 pkgdesc="Sounds for freeswitch English" url="http://files.freeswitch.org/" -arch="all" +arch="noarch" license="unknown" depends= makedepends= install= subpackages= -source="http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-$pkgver.tar.gz" +source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver @@ -24,4 +24,4 @@ package() { chown -R root:root "$pkgdir"/usr/sounds } -md5sums="0ed4eb9490da742821d6241e87b125b5 freeswitch-sounds-en-us-callie-8000-1.0.13.tar.gz" +md5sums="bde0883eb75fe06f39bde11f50a1f858 freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz" -- 1.7.4.5 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---