mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/libbdplus: Updated for version 0.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c27715c06
commit
626e5ca3f4
3 changed files with 7 additions and 5 deletions
|
@ -1 +1,3 @@
|
|||
libbdplus is a research project to implement the BD+ System Specifications.
|
||||
|
||||
Optional dependency: libaacs
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libbdplus
|
||||
|
||||
# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2013-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libbdplus
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbdplus"
|
||||
VERSION="0.1.1"
|
||||
VERSION="0.1.2"
|
||||
HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
|
||||
DOWNLOAD="http://download.videolan.org/libbdplus/0.1.1/libbdplus-0.1.1.tar.bz2"
|
||||
MD5SUM="1c7135d9a58372f15a28a5437e7e7bb8"
|
||||
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libbdplus/0.1.2/libbdplus-0.1.2.tar.bz2"
|
||||
MD5SUM="f1ad1c67943d81e1e2e3ab1c1a8f3ebb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue