Skip to content

Commit

Permalink
network/dma: Updated for version 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
r1w1s1 authored and sbo-bot[bot] committed Feb 12, 2025
1 parent c6b8104 commit 2fcfe2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion network/dma/dma.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# SlackBuild script for DragonFly DMA MTA
# =======================================
# By: r1w1s1 (https://fosstodon.org/@r1w1s1)
# For: DragonFly DMA MTA
# Descr: DragonFly Mail Agent (DMA) - a lightweight MTA for local and remote mail delivery
# URL: https://github.com/corecode/dma
# Changelog:
# v0.14: 10/feb/2025 by r1w1s1 - update to version 0.14

cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=dma
VERSION=${VERSION:-0.13}
VERSION=${VERSION:-0.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
10 changes: 5 additions & 5 deletions network/dma/dma.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="dma"
VERSION="0.13"
VERSION="0.14"
HOMEPAGE="https://github.com/corecode/dma/"
DOWNLOAD="https://github.com/corecode/dma/archive/v0.13/dma-0.13.tar.gz"
MD5SUM="8bf824b065295a594f399c8b96663673"
DOWNLOAD="https://github.com/corecode/dma/archive/v0.14/dma-0.14.tar.gz"
MD5SUM="88450ad09b41440ff81919c83ca07e3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Pierre-Philipp Braun"
EMAIL="pbraun@nethence.com"
MAINTAINER="r1w1s1"
EMAIL="r1w1s1@fastmail.com"

0 comments on commit 2fcfe2c

Please sign in to comment.