mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/dovecot-pigeonhole: Updated for version 0.5.17.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b67cc3cb8
commit
4d70b66574
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for pigeonhole
|
||||
|
||||
# Copyright 2010, 2011, 2013 Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2013, 2021 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dovecot-pigeonhole
|
||||
VERSION=${VERSION:-0.5.13}
|
||||
VERSION=${VERSION:-0.5.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dovecot-pigeonhole"
|
||||
VERSION="0.5.13"
|
||||
VERSION="0.5.17"
|
||||
HOMEPAGE="http://pigeonhole.dovecot.org/"
|
||||
DOWNLOAD="https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.13.tar.gz"
|
||||
MD5SUM="fc8c2845519869e15216e5c07c316a65"
|
||||
DOWNLOAD="https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.17.tar.gz"
|
||||
MD5SUM="b694322af9d54ca8cfaf857bb8d69b12"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue