summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenues2021-04-28 15:51:51 +0300
committerGenues2021-04-28 15:51:51 +0300
commita4f2d91ef6bfa9145ad8227dc8410acf8be4214a (patch)
tree79f4b40104dae451d2851f4c4eaf459e3b041aa8
parentf9169e977d8206cb8c52262a4125b44a8c564422 (diff)
downloadaur-opensmtpd-filter-replace-from_reply.tar.gz
Update version
-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"