Skip to content

Commit 4e86243

Browse files
committed
pigeonhole: update to version 0.5.21.1
Release notes: ``` v0.5.21.1 2024-08-14 Aki Tuomi <aki.tuomi@open-xchange.com> - sieve: When saving to local storage failed after a successful action in sieve (e.g. redirect, vacation), the mail was reported as successfully delivered, although it was lost locally. ``` Copy&pasted from https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.21.1/NEWS Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
1 parent 547ac2e commit 4e86243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mail/pigeonhole/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=dovecot-pigeonhole
11-
PKG_VERSION:=0.5.21
11+
PKG_VERSION:=0.5.21.1
1212
PKG_RELEASE:=1
1313

1414
DOVECOT_VERSION:=2.3
1515

1616
PKG_SOURCE:=dovecot-$(DOVECOT_VERSION)-pigeonhole-$(PKG_VERSION).tar.gz
1717
PKG_SOURCE_URL:=https://pigeonhole.dovecot.org/releases/$(DOVECOT_VERSION)
18-
PKG_HASH:=1ca71d2659076712058a72030288f150b2b076b0306453471c5261498d3ded27
18+
PKG_HASH:=0377db284b620723de060431115fb2e7791e1df4321411af718201d6925c4692
1919

2020
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
2121
PKG_LICENSE:=LGPL-2.1-or-later

0 commit comments

Comments
 (0)