diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-06-14 19:10:17 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-06-15 08:59:51 +0200 |
commit | 81279f3890845f169031768145dcd2417061b45a (patch) | |
tree | 21bab6f7b8def039876a645dc78e5db3b62b408a /source/n/postfix | |
parent | d0014e63207a547fe53f3902595fa0e01000ea56 (diff) | |
download | current-81279f3890845f169031768145dcd2417061b45a.tar.gz current-81279f3890845f169031768145dcd2417061b45a.tar.xz |
Mon Jun 14 19:10:17 UTC 202120210614191017
ap/alsa-utils-1.2.5.1-x86_64-1.txz: Upgraded.
d/cmake-3.20.4-x86_64-1.txz: Upgraded.
kde/pulseaudio-qt-1.3-x86_64-1.txz: Upgraded.
l/alsa-lib-1.2.5.1-x86_64-1.txz: Upgraded.
n/bluez-5.59-x86_64-1.txz: Upgraded.
n/postfix-3.6.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/postfix')
-rwxr-xr-x | source/n/postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index 3cc6375a9..b3cbf888e 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |