diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-09-29 10:40:25 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-30 11:24:47 +0700 |
commit | f6ab8a65f4bc06d847e6f2a7e17b746efc2a465c (patch) | |
tree | 52d005899c6b1ee7ed2e863019bf6110a0de0169 /development | |
parent | 41adba3bf4b97023ec787f074c64538f143feafd (diff) |
development/unicorn: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/unicorn/unicorn.SlackBuild | 2 | ||||
-rw-r--r-- | development/unicorn/unicorn.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/unicorn/unicorn.SlackBuild b/development/unicorn/unicorn.SlackBuild index 83b1cea5e6b1..69ba269a7189 100644 --- a/development/unicorn/unicorn.SlackBuild +++ b/development/unicorn/unicorn.SlackBuild @@ -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} diff --git a/development/unicorn/unicorn.info b/development/unicorn/unicorn.info index 855b8356770e..983202557e88 100644 --- a/development/unicorn/unicorn.info +++ b/development/unicorn/unicorn.info @@ -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="" |