diff options
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/ffmpeg/ffmpeg.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/ffmpeg/slack-desc | 2 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild index 1183a4cc0..3da80efca 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/l/ffmpeg/slack-desc b/source/l/ffmpeg/slack-desc index 502d1410e..2f76640dc 100644 --- a/source/l/ffmpeg/slack-desc +++ b/source/l/ffmpeg/slack-desc @@ -14,6 +14,6 @@ ffmpeg: that humans and machines have created. It supports the most obscure ffmpeg: ancient formats up to the cutting edge. It includes libavcodec, the ffmpeg: leading audio/video codec library. ffmpeg: -ffmpeg: ffmpeg home: https://ffmpeg.org/ +ffmpeg: Homepage: https://ffmpeg.org/ ffmpeg: ffmpeg: diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 82cf46eba..efc3b1459 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.40.1} +VERSION=${VERSION:-3.41} NSPR=${NSPR:-4.20} BUILD=${BUILD:-1} |