summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2c40011770..c813b28a5fba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = opensmtpd-filter-replace-from_reply
pkgdesc = This is a simple OpenSMTPD filter for overwriting the email address in the MAIL FROM command, in the header in all sent messages, as well as for substituting the original MAIL FROM address in the Reply-To field
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
arch = i686
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = https://github.com/Genues/opensmtpd-filter-replace-from_reply/archive/1.0.3.zip
- md5sums = d4ca82486a20fbbc319bd2379e25e68b
+ source = https://github.com/Genues/opensmtpd-filter-replace-from_reply/archive/1.0.4.zip
+ md5sums = 27962828876b68fc67de9ffdd4a43bb9
pkgname = opensmtpd-filter-replace-from_reply
diff --git a/PKGBUILD b/PKGBUILD
index 664789753666..74540e0fef72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Evgeniy <genues@gmail.com>
pkgname=opensmtpd-filter-replace-from_reply
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='This is a simple OpenSMTPD filter for overwriting the email address in the MAIL FROM command, in the header in all sent messages, as well as for substituting the original MAIL FROM address in the Reply-To field'
license=("MIT")
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
depends=(glibc)
makedepends=(go)
source=("https://github.com/Genues/opensmtpd-filter-replace-from_reply/archive/$pkgver.zip")
-md5sums=('d4ca82486a20fbbc319bd2379e25e68b')
+md5sums=('27962828876b68fc67de9ffdd4a43bb9')
build() {
cd "$pkgname-$pkgver"