diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-05-27 18:13:18 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-05-28 07:00:07 +0200 |
commit | de42b727197149058ceade000c902b6fc65836fd (patch) | |
tree | c10eda95245547dbbae6a7b6c54b902d239b484f /source | |
parent | 2aacdc1363933cb9d155e2d694a63db7c6441f56 (diff) | |
download | current-de42b727197149058ceade000c902b6fc65836fd.tar.gz |
Fri May 27 18:13:18 UTC 202220220527181318
l/ffmpeg-4.4.2-x86_64-1.txz: Upgraded.
n/iproute2-5.18.0-x86_64-1.txz: Upgraded.
n/iw-5.19-x86_64-1.txz: Upgraded.
n/krb5-1.20-x86_64-1.txz: Upgraded.
n/sshfs-3.7.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/ffmpeg/ffmpeg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild index 6d4c4eb3..49bfcc60 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 |