mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/unicorn: Updated for version 2.0.1.post1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7570f5145c
commit
4ef22c12f4
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=unicorn
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.1.post1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="unicorn"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.1.post1"
|
||||
HOMEPAGE="https://www.unicorn-engine.org/"
|
||||
DOWNLOAD="https://github.com/unicorn-engine/unicorn/archive/2.0.1/unicorn-2.0.1.tar.gz"
|
||||
MD5SUM="85b09e91cec6034f7169772c050ceb0d"
|
||||
DOWNLOAD="https://github.com/unicorn-engine/unicorn/archive/2.0.1.post1/unicorn-2.0.1.post1.tar.gz"
|
||||
MD5SUM="2a88c852c43e11edb89687aad90588e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue