From d9badf56eb4f44c5305f81794b6ff0bf441119d8 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 16 Dec 2012 17:42:08 -0500 Subject: audio/opus: Updated for version 1.0.2. Signed-off-by: dsomero --- audio/opus/opus.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'audio/opus/opus.SlackBuild') diff --git a/audio/opus/opus.SlackBuild b/audio/opus/opus.SlackBuild index b0edeff67a..b2f47e2f7b 100644 --- a/audio/opus/opus.SlackBuild +++ b/audio/opus/opus.SlackBuild @@ -23,15 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opus -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; + arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -- cgit v1.2.3