mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/unicorn: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41adba3bf4
commit
f6ab8a65f4
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=unicorn
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="unicorn"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.1.1"
|
||||
HOMEPAGE="https://www.unicorn-engine.org/"
|
||||
DOWNLOAD="https://github.com/unicorn-engine/unicorn/archive/2.1.0/unicorn-2.1.0.tar.gz"
|
||||
MD5SUM="84d93e1eacb512314aaf478d52a9a462"
|
||||
DOWNLOAD="https://github.com/unicorn-engine/unicorn/archive/2.1.1/unicorn-2.1.1.tar.gz"
|
||||
MD5SUM="4b5cdfb41dbc3cc9c11f963b96219998"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue