mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libunicap: Updated for version 0.9.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
34178c93c4
commit
4084812eb2
2 changed files with 5 additions and 7 deletions
|
@ -6,16 +6,14 @@
|
|||
# based on slackbuilds.org default template
|
||||
|
||||
PRGNAM=libunicap
|
||||
VERSION=${VERSION:-0.9.11}
|
||||
VERSION=${VERSION:-0.9.12}
|
||||
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 ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libunicap"
|
||||
VERSION="0.9.11"
|
||||
VERSION="0.9.12"
|
||||
HOMEPAGE="http://unicap-imaging.org/"
|
||||
DOWNLOAD="http://unicap-imaging.org/downloads/libunicap-0.9.11.tar.gz"
|
||||
MD5SUM="e66bc03dd3866ddb6e017e5cb431173e"
|
||||
DOWNLOAD="http://unicap-imaging.org/downloads/libunicap-0.9.12.tar.gz"
|
||||
MD5SUM="353657b4da519251d4cc6dee5a232391"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ponce"
|
||||
EMAIL="matteo.bernardini@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue