diff options
-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" |