diff options
Diffstat (limited to 'libraries/libpaper/libpaper.SlackBuild')
-rw-r--r-- | libraries/libpaper/libpaper.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libpaper/libpaper.SlackBuild b/libraries/libpaper/libpaper.SlackBuild index 75de6b67d3..85a89d9e66 100644 --- a/libraries/libpaper/libpaper.SlackBuild +++ b/libraries/libpaper/libpaper.SlackBuild @@ -5,15 +5,15 @@ # Written by Pablo Santamaria (pablosantamaria@gmail.com) # Note: history shows first and last three version changes. # Update by Tim Dickson (dickson.tim@googlemail.com) for 1.1.24+nmu4 version -# 16/10/2023 updated for 2.1.2 # 31/01/2024 updated to 2.1.3 tidy up this history to show just first and last 3 changes # 14/03/2024 updated to 2.2.5 +# 24/01/2025 updated to 2.2.6 # note: we use release source, as archive source misses out submodules. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libpaper -VERSION=${VERSION:-2.2.5} +VERSION=${VERSION:-2.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |