mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/opencore-amr: Updated for version 0.1.6
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
548ddd5f6b
commit
e20125948a
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for opencore-amr
|
||||
|
||||
# Written by Andre Barboza <bmg.andre@gmail.com>
|
||||
# Maintained from 2018 by Christoph Willing, Brisbane, Australia
|
||||
# Maintained from 2018-23 by Christoph Willing, Brisbane, Australia
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=opencore-amr
|
||||
VERSION=${VERSION:-0.1.5}
|
||||
VERSION=${VERSION:-0.1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opencore-amr"
|
||||
VERSION="0.1.5"
|
||||
VERSION="0.1.6"
|
||||
HOMEPAGE="http://opencore-amr.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opencore-amr/opencore-amr-0.1.5.tar.gz"
|
||||
MD5SUM="e0798587b91411cc092aa73091a97dfc"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opencore-amr/opencore-amr-0.1.6.tar.gz"
|
||||
MD5SUM="03de025060a4f16c4c44218f65e13e95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue