summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-19 17:55:52 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-19 21:34:07 +0200
commitb39f3604277b1dde0180859b59475d4639668463 (patch)
tree4680ad373f8f5530dfd3f175d4e041b15b37ef4b /source
parent7f4682598e672a4d99d51c2856ae37d8df13a599 (diff)
downloadcurrent-b39f3604277b1dde0180859b59475d4639668463.tar.gz
current-b39f3604277b1dde0180859b59475d4639668463.tar.xz
Mon Jun 19 17:55:52 UTC 202320230619175552
a/gettext-0.22-x86_64-1.txz: Upgraded. d/gettext-tools-0.22-x86_64-1.txz: Upgraded. d/parallel-20230622-noarch-1.txz: Upgraded. l/ffmpeg-5.1.3-x86_64-1.txz: Upgraded. n/crda-4.15-x86_64-1.txz: Upgraded. n/libassuan-2.5.6-x86_64-1.txz: Upgraded. n/libksba-1.6.4-x86_64-1.txz: Upgraded. xap/geeqie-2.1-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/a/gettext/gettext-tools.SlackBuild4
-rwxr-xr-xsource/a/gettext/gettext.SlackBuild4
-rwxr-xr-xsource/l/ffmpeg/ffmpeg.SlackBuild2
-rwxr-xr-xsource/n/crda/crda.SlackBuild8
-rwxr-xr-xsource/xap/geeqie/geeqie.SlackBuild2
5 files changed, 10 insertions, 10 deletions
diff --git a/source/a/gettext/gettext-tools.SlackBuild b/source/a/gettext/gettext-tools.SlackBuild
index f05e98d81..75b031931 100755
--- a/source/a/gettext/gettext-tools.SlackBuild
+++ b/source/a/gettext/gettext-tools.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gettext-tools
-VERSION=0.21.1
-BUILD=${BUILD:-2}
+VERSION=0.22
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/a/gettext/gettext.SlackBuild b/source/a/gettext/gettext.SlackBuild
index 2915877b3..5ea1b44f6 100755
--- a/source/a/gettext/gettext.SlackBuild
+++ b/source/a/gettext/gettext.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gettext
-VERSION=0.21.1
-BUILD=${BUILD:-2}
+VERSION=0.22
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild
index 51750ae08..c4c89d998 100755
--- a/source/l/ffmpeg/ffmpeg.SlackBuild
+++ b/source/l/ffmpeg/ffmpeg.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ffmpeg
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/n/crda/crda.SlackBuild b/source/n/crda/crda.SlackBuild
index 17e9063e3..cf7a0a8e7 100755
--- a/source/n/crda/crda.SlackBuild
+++ b/source/n/crda/crda.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2009 Robby Workman, Northport, AL, USA
-# Copyright 2009, 2010, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2009, 2010, 2016, 2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=crda
-VERSION=${VERSION:-4.14}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-4.15}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-REGDBVERS=2019.06.03
+REGDBVERS=2023.05.03
TMP=${TMP:-/tmp}
PKG=$TMP/package-crda
diff --git a/source/xap/geeqie/geeqie.SlackBuild b/source/xap/geeqie/geeqie.SlackBuild
index 8f39fa773..a45031076 100755
--- a/source/xap/geeqie/geeqie.SlackBuild
+++ b/source/xap/geeqie/geeqie.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=geeqie
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Download the geeqie Git head if there's no tarball:
if ! /bin/ls $CWD/geeqie*tar* 1> /dev/null 2> /dev/null ; then