diff options
author | Samuel Young <samyoung12788@gmail.com> | 2025-01-13 10:39:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:12 +0700 |
commit | 5f43c29ef2994e9d3adedfc2a6435a6c8a53b707 (patch) | |
tree | 2c56616acc563f9d4d3f3c79c56198a90aa9a9f8 | |
parent | 4d96d360482f19368e643943c8a23b7a412ff0fc (diff) |
libraries/notcurses: Updated for version 3.0.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/notcurses/notcurses.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/notcurses/notcurses.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/notcurses/notcurses.SlackBuild b/libraries/notcurses/notcurses.SlackBuild index a36d5aa395..3cda43b921 100644 --- a/libraries/notcurses/notcurses.SlackBuild +++ b/libraries/notcurses/notcurses.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for notcurses -# Copyright 2024 Samuel Young, MO, USA +# Copyright 2024-2025 Samuel Young, MO, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=notcurses -VERSION=${VERSION:-3.0.11} +VERSION=${VERSION:-3.0.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/notcurses/notcurses.info b/libraries/notcurses/notcurses.info index cb1c0a306c..e76d59a70d 100644 --- a/libraries/notcurses/notcurses.info +++ b/libraries/notcurses/notcurses.info @@ -1,8 +1,8 @@ PRGNAM="notcurses" -VERSION="3.0.11" +VERSION="3.0.13" HOMEPAGE="https://notcurses.com/" -DOWNLOAD="https://github.com/dankamongmen/notcurses/archive/v3.0.11/notcurses-3.0.11.tar.gz" -MD5SUM="4e7866eb9568f4cd59cad078d0b14589" +DOWNLOAD="https://github.com/dankamongmen/notcurses/archive/v3.0.13/notcurses-3.0.13.tar.gz" +MD5SUM="757dfd7851b491d9432e5c7b0c8c2f59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="doctest" |