diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 12:37:05 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-30 11:20:14 +0700 |
commit | 60cad7541843a5f140037f492149668cb5cc029a (patch) | |
tree | 29f0c96d6ad7f3590b3dc8660ff47e8b0dc56694 /system/unison | |
parent | 605252e4043d31a963d1a3d37635ebca8d36cb33 (diff) |
system/unison: Updated for version 2.51.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unison')
-rw-r--r-- | system/unison/unison.SlackBuild | 2 | ||||
-rw-r--r-- | system/unison/unison.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 7ee73520577f8..18cd6d844e28f 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unison -VERSION=${VERSION:-2.51.4} +VERSION=${VERSION:-2.51.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/unison/unison.info b/system/unison/unison.info index bd55633043853..e6e0aa79e22a0 100644 --- a/system/unison/unison.info +++ b/system/unison/unison.info @@ -1,8 +1,8 @@ PRGNAM="unison" -VERSION="2.51.4" +VERSION="2.51.5" HOMEPAGE="https://www.cis.upenn.edu/~bcpierce/unison/" -DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.4/unison-2.51.4.tar.gz" -MD5SUM="490d42bd675ee126ee53c2378d70766c" +DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.5/unison-2.51.5.tar.gz" +MD5SUM="d2f69f6e99adc147661f47aad7e6bdb2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lablgtk" |