Browse Source
multimedia/aces_container: Updated for version 1.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/185/head
klaatu
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
multimedia/aces_container/aces_container.SlackBuild
-
multimedia/aces_container/aces_container.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for aces_container |
|
|
|
|
|
|
|
# Copyright 2016 Klaatu |
|
|
|
# Copyright 2016-22 Klaatu |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# GNU All-Permissive License |
|
|
@ -14,7 +14,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=aces_container |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
VERSION=${VERSION:-1.0.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="aces_container" |
|
|
|
VERSION="1.0.1" |
|
|
|
VERSION="1.0.2" |
|
|
|
HOMEPAGE="http://www.oscars.org/aces" |
|
|
|
DOWNLOAD="https://github.com/ampas/aces_container/archive/v1.0.1/aces_container-1.0.1.tar.gz" |
|
|
|
MD5SUM="8c7317267b9feed95187e19f7a573917" |
|
|
|
DOWNLOAD="https://github.com/ampas/aces_container/archive/v1.0.2/aces_container-1.0.2.tar.gz" |
|
|
|
MD5SUM="b82364639768d650dd45e6085b429fb6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|